LaTeXML icon indicating copy to clipboard operation
LaTeXML copied to clipboard

LaTeXML: a TeX and LaTeX to XML/HTML/ePub/MathML translator.

Results 223 LaTeXML issues
Sort by recently updated
recently updated
newest added

I tried with the following command to render my latex cv to html, but it will always be rendered with references title instead of inserting directly to the place, I...

enhancement
packages

In the following test file: ``` \documentclass[acmsmall,screen]{acmart} \citestyle{acmauthoryear} \begin{document} \author{John Doe}% \authornote{Both authors contributed equally to this research.}% \email{[email protected]}% \orcid{0000-0000-0000-0000}% \author{Jane Doe}% \authornotemark[1]% \email{[email protected]}% \affiliation{% \institution{Institute for Clarity in Documentation}%...

bug
css
frontmatter

Build: ``` \documentclass{article} \NeedsTeXFormat{LaTeX2e} \usepackage{listings} \lstset{ % morestring=[b]{A}, morestring=[b]{B}, } \begin{document} \lstinline!A! \lstinline!B! \lstinline!xBx! \end{document} ``` While the pdfLaTeX build shows a single _A_ and a single _B_ for the...

bug
packages