brucemiller / LaTeXML

LaTeXML: a TeX and LaTeX to XML/HTML/ePub/MathML translator.
http://dlmf.nist.gov/LaTeXML/
Other
961 stars 101 forks source link

Adjust html header levels in appendix corner cases #2192

Closed brucemiller closed 1 year ago

brucemiller commented 1 year ago

fixes #2167

brucemiller commented 1 year ago

\appendix doesn't make an appendix, it switches into appendix "mode", where (in book), \chapter creates an "appendix chapter"

dginev commented 1 year ago

Right. LGTM.

brucemiller commented 1 year ago

I added some clarifications which prompted a bit clearer coding as well; please re-review.