Skip to content

fix(api): swap order of latex and svg in math jats export

Dan Visel requested to merge jats-fix-math-export-order into main

Discussion with Amnet revealed that they wanted the order of the alternatives in JATS math export to be 1) MathML; 2) LaTeX; 3) SVG. We were ordering them 1) MathML; 2) SVG; 3) LaTex. This (very simple) MR changes it to the way they want it.

Merge request reports