arXiv / arXiv/html_feedback

Wrong figure number in the reference

Open
#5,862 1 comment 0 reactions 0 assignees View on GitHub
bug latexml reference
Dominant language
No language data
Stars
42
Forks
40
PR merge metrics
No merged PRs in 30d

Description

### Description

In the HTML version of https://arxiv.org/abs/2511.00839v1, a figure number in the reference is wrong.

- Original PDF: _Figure 6 and Figure 7_
- HTML: _Figure 7 and Figure 7_

Figure 6 and 7 are two `minipage` environments in a single `figure` environment.

### (Optional:) Please add any files, screenshots, or other information here.

Left: HTML
Right: Original PDF

Image

Relevant TeX source in `sections/analysis.tex`:

```tex
\begin{figure}[t]
\centering
\begin{minipage}[t]{0.49\textwidth}
\setlength{\abovecaptionskip}{0em}
\centering
\includegraphics[width=\textwidth]{figures/line_chart_total_created_files_vs_round.pdf}
\caption{The total number of created files scales almost linear with the round. $R$ refers to the filename redundancy at round 15; high values indicate repeating patterns in filenames (such as \texttt{main1.py}, \texttt{main2.py}, \dots).
}
\label{fig:line_chart_total_created_files_vs_round}
\end{minipage}
\hfill
\begin{minipage}[t]{0.49\textwidth}
\setlength{\abovecaptionskip}{0em}
\centering
\includegraphics[width=\textwidth]{figures/bar_chart_throwaway_files_mean.pdf}
\caption{Models differ in the average number of \emph{throwaway files} (files not used after the round in which they were created). The stacked bars distinguish between files at the repository root and those in subdirectories.}
\label{fig:bar_chart_throwaway_files}
\end{minipage}
\hfill
\end{figure}
```

```tex
Together, Figure~\ref{fig:line_chart_total_created_files_vs_round} and Figure~\ref{fig:bar_chart_throwaway_files}…
```

### (Required) What is this issue most closely related to? Select one.

References

### Internal issue ID

f36ae3e5-65b6-4526-946e-3b6e00c5458a

### Paper URL

https://arxiv.org/html/2511.00839v1

### Browser

Firefox/147.0

### Device Type

I don't know. It wasn't set automatically.

Contributor guide

Open the contributing guide

Research direction

Reproduce the discrepancy using the HTML paper URL and compare it with the original PDF. Inspect the reference in sections/analysis.tex, especially the two minipage captions and their labels; done means the HTML renders the references as Figure 6 and Figure 7 rather than Figure 7 twice.

Written by the indexing model from the issue text.

Assessment

Tech stack
html, latex
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.