You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\documentclass{article}
\begin{document}
\begin{figure}[htb]
\begin{center}
Figure body
\end{center}
\caption{Figure caption}\label{fig1}
\end{figure}
See Figure~\ref{fig1} for details.
\end{document}
When converted to HTML, this gives:
<divclass="center"><p>Figure body</p></div><p>See Figure <ahref="#fig1" data-reference-type="ref"
data-reference="fig1">[fig1]</a> for details.</p>
Two issues:
the caption has disappeared;
the link points at a label that no longer exists.
The text was updated successfully, but these errors were encountered:
Thanks for the report. This is related to, and a direct consequence of, #3177; closing in favor of that issue. See the end of that thread for current progress.
Consider the following TeX document:
When converted to HTML, this gives:
Two issues:
The text was updated successfully, but these errors were encountered: