Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve article 2403.13327 #480

Open
zhaojinjian0000 opened this issue Jun 26, 2024 · 1 comment
Open

Improve article 2403.13327 #480

zhaojinjian0000 opened this issue Jun 26, 2024 · 1 comment
Labels
bug Something isn't working fidelity misc mistakes and bugs in the produced HTML hard triaged as difficult to fix, likely requiring a significant latexml upgrade

Comments

@zhaojinjian0000
Copy link

Exact location of issue
https://ar5iv.labs.arxiv.org/html/2403.13327
There is a bug in the image display on the first iamge.

id="p1"

Problem details
There is a bug in the image display on the first iamge.

Desktop (please complete the following information)

OS: Windows
Browser chrome

(Optional) Screenshots
image

@zhaojinjian0000 zhaojinjian0000 changed the title Improve article [arXiv:id] Jun 26, 2024
@zhaojinjian0000 zhaojinjian0000 changed the title Improve article [arXiv:2403.13327] Jun 26, 2024
@dginev dginev added bug Something isn't working hard triaged as difficult to fix, likely requiring a significant latexml upgrade fidelity misc mistakes and bugs in the produced HTML labels Jun 26, 2024
@dginev dginev added this to the Fidelity sprint 3 milestone Jun 26, 2024
@dginev
Copy link
Owner

dginev commented Jun 26, 2024

Thank you for the report.

Clearly this is something that we need to emulate better in latexml. The example is a minipage, containing a tikzpicture, which has nested graphics for some of its nodes. Source attached:

\begin{minipage}{1.0\textwidth}
  \centering
  \begin{tikzpicture}[inner sep=0,outer sep=0]
  \foreach \file/\cap [count=\i] in {ficus/Input,ficus-mb/Motion blur,ficus-rs/Rolling shutter,ficus/Our clean render} {
    \fill[fill=black!05,draw=none] (.2*\i*\textwidth-.01\textwidth,-.06\textwidth) ellipse (.6 and .4);
    \node[minimum width=.2\textwidth,minimum height=.25\textwidth] (p\i) at (.2*\i*\textwidth,0) {\includegraphics[height=.2\textwidth,trim=0 10 0 10,clip]{fig/\file-alpha}};
    \node[font=\scriptsize,align=center] at (.2*\i*\textwidth-.01\textwidth,-.12\textwidth) {\vphantom{p}\cap};
  }
  \node[rotate=110,font=\tiny\it,scale=.8] at ($(p3) - (.7cm,0)$) {\color{gray}Rolling shutter effects};
  \node[rotate=90,font=\tiny,scale=.8] at ($(p2) - (.7cm,-.01)$) {\color{gray}Motion blur};
  \node[rotate=90,font=\tiny,scale=.8] at ($(p2) - (.703cm,.002)$) {\color{gray!50}Motion blur};
  \node[rotate=90,font=\tiny,scale=.8] at ($(p2) - (.701cm,.02)$) {\color{gray!50}Motion blur};
  \node at ($(p1)$) {\includegraphics[height=.25\textwidth,trim=0 10 0 10,clip]{fig/teaser-phones}};

  \draw[black] ($(p1) + (-1.5cm,-1.5cm)$) edge[->,bend left=30] node[rotate=105,font=\tiny,fill=white,inner sep=2pt]{VIO} ++(-.5,2);

  \end{tikzpicture}
\end{minipage}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fidelity misc mistakes and bugs in the produced HTML hard triaged as difficult to fix, likely requiring a significant latexml upgrade
2 participants