Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

\hrule #2391

Open
CaseyMiller opened this issue Aug 11, 2024 · 1 comment
Open

\hrule #2391

CaseyMiller opened this issue Aug 11, 2024 · 1 comment

Comments

@CaseyMiller
Copy link

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
Copy link
Author

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.

@dginev dginev added this to the LaTeXML-0.8.9 milestone Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants