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
\appendix
\chapter{Example}
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
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