The position of the image in HTML is not correct
- Dominant language
- No language data
- Stars
- 42
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
### Description
In this preprint, we add a logo image and place it based on the tikzpicture package. However, in HTML, the position of the logo image is not correct.
The code is shown below.
\begin{tikzpicture}[remember picture,overlay]
\node[anchor=north west,inner sep=0] at ($(current page.north west)+(1.5cm,-1.2cm)$)
{\includegraphics[height=0.8cm]{assets/onerec.png}};
\coordinate (logo base) at ($(current page.north west)+(1.5cm,-1.2cm-0.9cm)$);
\def\LeftMargin{0.5cm}
\def\RightMargin{1cm}
\draw[linegray,line width=0.8pt]
($(logo base) - (\LeftMargin,0)$)
--
($(logo base -| current page.east) - (\RightMargin,0)$);
\end{tikzpicture}
### (Optional:) Please add any files, screenshots, or other information here.
_No response_
### (Required) What is this issue most closely related to? Select one.
Figures
### Internal issue ID
73e261f3-aa16-477c-86d2-3fdc267af1d7
### Paper URL
https://arxiv.org/html/2510.11639v1
### Browser
Chrome/139.0.0.0
### Device Type
Desktop
Contributor guide
Research direction
Inspect the HTML output for the linked paper at https://arxiv.org/html/2510.11639v1 and compare the logo placement with the supplied TikZ source. Trace how the figure and overlay positioning are rendered in Chrome; done means the logo appears at the intended page position without disrupting the surrounding content.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, latex
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100