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

Add a linebreak after "Appendix A" in HTML output #913

Closed
asmaier opened this issue Jan 4, 2018 · 1 comment
Closed

Add a linebreak after "Appendix A" in HTML output #913

asmaier opened this issue Jan 4, 2018 · 1 comment

Comments

@asmaier
Copy link

asmaier commented Jan 4, 2018

For document class book when we have in latex

\chapter{Example}

this will be converted to

Chapter 1
Example

in HTML. However if it is a chapter inside the appendix

\appendix
\chapter{Example}

the latexml post processing will convert this to

Appendix A Example

Note the missing linebreak between "Appendix A" and the title of the appendix. To be consistent also with the PDF output of latex, a linebreak should be inserted after "Appendix A" , so that the HTML looks like

Appendix A
Example
@dginev dginev added this to the LaTeXML-0.8.3 milestone Jan 4, 2018
@brucemiller
Copy link
Owner

Aha, just a simple CSS fix. Done; Thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants