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 2111.12486 (makebox.sty) #439

Open
dginev opened this issue Feb 1, 2024 · 0 comments
Open

Improve article 2111.12486 (makebox.sty) #439

dginev opened this issue Feb 1, 2024 · 0 comments
Labels
Milestone

Comments

@dginev
Copy link
Owner

dginev commented Feb 1, 2024

Exact location of issue

Figures need support for \makebox from makebox.sty.

Problem details

Sample source snippet from figures.tex:

\begin{figure}[t]
\begin{center}
\makebox[0pt]{\begin{minipage}{18.288cm}%
\subfloat{%
\includegraphics[width=18.288cm,keepaspectratio]{figures/figure_2.jpeg}}
\caption{A graphical....}\label{fig:2}
\end{minipage}}
\end{center}
\end{figure}

In the absence of support for makebox.sty, latexml uses the generic \makebox latex macro, which is too simplistic (creates ltx:text). We need a new binding for the subfigures to come out healthy.

@dginev dginev added this to the Coverage 90% milestone Feb 1, 2024
@dginev dginev changed the title Improve article 2111.12486 Improve article 2111.12486 (makebox.sty) Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant