LaTeXML icon indicating copy to clipboard operation
LaTeXML copied to clipboard

Use smaller symbols for \triangleleft and \triangleright

Open DominikPeters opened this issue 9 months ago • 5 comments

The current unicode symbols used by LaTeXML for \triangleleft and \triangleright are larger than the symbols used when LaTeX is used. I propose changing the unicode symbols U+25C1 ◁ White Left-Pointing Triangle to U+25C3 ◃ White Left-Pointing Small Triangle, and similarly for right-pointing.

Example document:

\documentclass{article}
\begin{document}
    Test string: $x \bigtriangleup y \bigtriangledown z \triangleleft w \triangleright v$
\end{document}

PDF: image LaTeXML: image LaTeXML with this pull request: image

DominikPeters avatar May 02 '24 16:05 DominikPeters