Skip to content

Commit

Permalink
feat(math): Add more TeX-like math commands behaving as big operators
Browse files Browse the repository at this point in the history
As in amsmath: gcd, sup, inf, max, min.
  • Loading branch information
Omikhleia authored and Didier Willis committed Oct 17, 2024
1 parent 8b17b1c commit 0406ba5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/math/texlike.lua
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,11 @@ compileToMathML(
% From amsmath:
\def{to}{\mo[atom=bin]{→}}
\def{gcd}{\mo[atom=big]{gcd}}
\def{sup}{\mo[atom=big]{sup}}
\def{inf}{\mo[atom=big]{inf}}
\def{max}{\mo[atom=big]{max}}
\def{min}{\mo[atom=big]{min}}
% Those use U+202F NARROW NO-BREAK SPACE in their names
\def{limsup}{\mo[atom=big]{lim sup}}
\def{liminf}{\mo[atom=big]{lim inf}}
Expand Down

0 comments on commit 0406ba5

Please sign in to comment.