arXiv / html_feedback

Supports a student project developing a UI for feedback on arXiv articles rendered as html.
MIT License
18 stars 3 forks source link

\vstretch not compiling #2567

Open pgovoni21 opened 3 days ago

pgovoni21 commented 3 days ago

Description

Several of my figures use the \vstretch latex command (see supplementary). The html is not registering the command, resulting in display issues

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

html html ^^ pdf pdf ^^

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

Figures

Internal issue ID

a9e62e7d-f383-448d-88c1-d961a3513b4b

Paper URL

https://arxiv.org/html/2407.13535v2

Browser

Chrome/130.0.0.0

Device Type

Desktop

github-actions[bot] commented 3 days ago

Hello @pgovoni21, thanks for the issue report! We are reviewing your report and will address it as soon as possible.

pgovoni21 commented 3 days ago

Here's the latex for this figure:

\begin{figure}[htb] \centering \begin{subfigure}[t]{.49\linewidth} \includegraphics[width=\linewidth,trim={.2cm 0cm 1cm 1.1cm},clip]{figs/groups_singlecorner_WF_scaling.png} \end{subfigure} \begin{subfigure}[t]{.49\linewidth} \vstretch{0.95}{\includegraphics[width=\linewidth,trim={0cm 0.1cm 1.5cm 1.1cm},clip]{figs/groups_endonly_singlecorner_WF_scaling_perfect.png}} \end{subfigure}

\caption{ Evolutionary performance (perfect: theoretical lower bound, $\sigma$: distance scaling factor). Left: median performance of 40 training runs, dashed lines indicate median of validation tests. Right: validation test distribution (remaining distance to patch not included), lines indicate median, same color as legend in left plot. All runs performed with $\upsilon$ (visual resolution) = 8. } \label{fig:evol_dist} \end{figure}