Internal cross-references in arXiv HTML lose their target numbers: "Figure 1" becomes "Figure", "Table 3" becomes "Table", "section 3.2" becomes "section".
Example
https://arxiv.org/html/1706.03762v7
Section 3 has this HTML:
<p>...shown in the left and right halves of Figure
<a href="#S3.F1" title="Figure 1 ‣ 3 Model Architecture" class="ltx_ref">
<span class="ltx_text ltx_ref_tag">1</span>
</a>, respectively.</p>
The <a> element contains the reference number "1" as text inside a <span>.
Expected:
shown in the left and right halves of Figure 1, respectively.
Actual:
shown in the left and right halves of Figure , respectively.
Internal cross-references in arXiv HTML lose their target numbers: "Figure 1" becomes "Figure", "Table 3" becomes "Table", "section 3.2" becomes "section".
Example
https://arxiv.org/html/1706.03762v7
Section 3 has this HTML:
The
<a>element contains the reference number "1" as text inside a<span>.Expected:
Actual: