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
I noticed the following in one of our downstream tests
\begin{theorem}
Some ref-range equations inside a theorem.
\begin{equation}
x \tag{1}\label{refrange:thm:1}\end{equation}
\begin{equation}
y \tag{2}\label{refrange:thm:2}\end{equation}
\begin{equation}
z \tag{3}\label{refrange:thm:3}\end{equation}
\end{theorem}
comes out as
<statementcontent-type="theorem theorem"id="ltxid66"style="thmplain">
<label>Theorem 10</label>
<pcontent-type="noindent">Some ref-range equations inside a theorem.</p>
<disp-formulacontent-type="math/tex">
<tex-math>\begin{equation}
x <targetid="texmlid17"><tagparens="yes">1</tag></target>
\end{equation}</tex-math>
</disp-formula>
<p>
<disp-formulacontent-type="math/tex">
<tex-math>\begin{equation}
y <targetid="texmlid23"><tagparens="yes">2</tag></target>
\end{equation}</tex-math>
</disp-formula>
</p>
<disp-formulacontent-type="math/tex">
<tex-math>\begin{equation}
z <targetid="texmlid18"><tagparens="yes">3</tag></target>
\end{equation}</tex-math>
</disp-formula>
</statement>
Note how only the middle one is wrapped in a p tag.
The text was updated successfully, but these errors were encountered:
I noticed the following in one of our downstream tests
comes out as
Note how only the middle one is wrapped in a
p
tag.The text was updated successfully, but these errors were encountered: