WeAreSeismica / tex2jats

SCE tools: Convert galleys from TeX to JATS XML
GNU General Public License v3.0
4 stars 4 forks source link

conversion messes up < and > in math mode #17

Open hfmark opened 5 months ago

hfmark commented 5 months ago

If > or < has been used in math mode instead of \gt or \lt, pandoc converts the symbols to html codes (&#60; and &#62;) which then breaks the xml in-line math. Would be nice if we could fix these either before or after pandoc.