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

Subcaption #2203

Closed brucemiller closed 1 year ago

brucemiller commented 1 year ago

This PR attempts to track the counter manipulations in subcaption a bit better.

This package is a bit too clever for our own good; it tries to guess if/when to increment the "main" figure counter when subfigures are used (not even as part of \caption), and is rather brittle (and the binding probably even moreso). I've added a test case to guard against at least some likely regressions.

Fixes #2095 Fixes #2118