brucemiller / LaTeXML

LaTeXML: a TeX and LaTeX to XML/HTML/ePub/MathML translator.
http://dlmf.nist.gov/LaTeXML/
Other
961 stars 101 forks source link

graphicx: `\graphicspath` with spaces, brackets incorrectly handled #2159

Closed nschloe closed 1 year ago

nschloe commented 1 year ago

MWE:

\documentclass{article}

\usepackage{graphicx}
\graphicspath{ {figs/} }

\begin{document}
\end{document}

LaTeXML output:

<?latexml graphicspath="/tmp/ {figs/} "?>