Open nschloe opened 12 months ago
Another one of those: Table picks up section label.
\documentclass{article}
\begin{document}
\section{Lorem}
\begin{table}[t]
\caption{Ipsum.}
\label{tab:ipsum}
\end{table}
\label{sec:lorem}
\end{document}
<table inlist="lot" labels="LABEL:sec:lorem LABEL:tab:ipsum" placement="t" xml:id="S1.T1">
MWE:
LaTeX output:
LaTeXML output:
Note how the equation got the theorem label
lthm
, too.(I faintly remember there was a similar bug once, but I haven't been able to find it.)