You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a previous post noting some challenges with converting an article template I wrote to html that contained too many different issues to be of optimal use. I was encouraged to break my post into individual issues with minimal examples. I have done so and the minimal examples and resulting html files can be viewed on overleaf at https://www.overleaf.com/read/qxcspjwfdckp#841f14
An issue labeled with hrule illustrates that instead of an \hrule appearing before and after the abstract in the example as results from the tex code, the coverstion to htmp leads to both hrules appearing after the abstract.
I hope this issue is now more clear and self-contained.
Thanks to all.
The text was updated successfully, but these errors were encountered:
I attempted to create a minimal instance using
\documentclass{article}
\begin{document}
\noindent
\hrule
\vskip 8 pt
Some text between two hrules.
\vskip 8 pt
\noindent
\hrule
\end{document}
This puts the \hrule in the appropriate place, but it does not handle the spacing correctly.
I made a previous post noting some challenges with converting an article template I wrote to html that contained too many different issues to be of optimal use. I was encouraged to break my post into individual issues with minimal examples. I have done so and the minimal examples and resulting html files can be viewed on overleaf at https://www.overleaf.com/read/qxcspjwfdckp#841f14
An issue labeled with hrule illustrates that instead of an \hrule appearing before and after the abstract in the example as results from the tex code, the coverstion to htmp leads to both hrules appearing after the abstract.
I hope this issue is now more clear and self-contained.
Thanks to all.
The text was updated successfully, but these errors were encountered: