You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LaTeXML currently doesn't handle \includeinkscape{} commands, which are normally used, when there is LaTeX code in an SVG image.
LaTeXML can however handle \includesvg{}, so this mini how-to shows, how to generate SVGs which contain the rendered LaTeX code and use them with LaTeXML. Some PERL scripts are also provided for batch conversion of multiple images of a larger LaTeX document.
The mini how-to additionally shows a workaround for issue #2487
The zip file mini-howto.zip is organized as follows:
-The mini-howto directory contains the documentation in md and html form.
-The example directory contains the original files, their pdfLaTeX output and the 3 PERL scripts needed.
-The example-html directory contains the result of the worked-out example.
The text was updated successfully, but these errors were encountered:
LaTeXML currently doesn't handle
\includeinkscape{}
commands, which are normally used, when there is LaTeX code in an SVG image.LaTeXML can however handle
\includesvg{}
, so this mini how-to shows, how to generate SVGs which contain the rendered LaTeX code and use them with LaTeXML. Some PERL scripts are also provided for batch conversion of multiple images of a larger LaTeX document.The mini how-to additionally shows a workaround for issue #2487
The zip file mini-howto.zip is organized as follows:
-The
mini-howto
directory contains the documentation in md and html form.-The
example
directory contains the original files, their pdfLaTeX output and the 3 PERL scripts needed.-The
example-html
directory contains the result of the worked-out example.The text was updated successfully, but these errors were encountered: