Skip to content

arXiv cross-reference numbers lost #143

@MaxWolf-01

Description

@MaxWolf-01

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions