brucemiller / LaTeXML

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

update xsl rule for moderncv personal position/title #2380

Closed dginev closed 3 months ago

dginev commented 4 months ago

A bit of a minor tweak that makes the moderncv.cls output capable of handling a simple plain-text position (originating in the \title macro). The previous version was expecting a multiline construct in a \vbox, which is a bit too specific.

Funny story how I stumbled on it...

dginev commented 4 months ago

Also, this could be refactored to a dedicated rule specific to ltx:contact[@role='position'], let me know if that's preferable to the xsl:if test.

brucemiller commented 3 months ago

seems reasonable, although there may be a more general approach (later).