LaTeXML icon indicating copy to clipboard operation
LaTeXML copied to clipboard

\hrule

Open CaseyMiller opened this issue 1 year ago • 1 comments

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.

CaseyMiller avatar Aug 11 '24 18:08 CaseyMiller

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.

CaseyMiller avatar Aug 12 '24 12:08 CaseyMiller