Add a linebreak after "Appendix A" in HTML output #913
Milestone
Comments
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
For document class book when we have in latex
this will be converted to
in HTML. However if it is a chapter inside the appendix
the latexml post processing will convert this to
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
The text was updated successfully, but these errors were encountered: