diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-mathtools.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-mathtools.sty | 36 |
1 files changed, 20 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-mathtools.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-mathtools.sty index a28cb050d60..70c119f42ac 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-mathtools.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-mathtools.sty @@ -69,10 +69,14 @@ \CustomizeMathJax{\Newextarrow\xleftharpoonup{10,10}{0x21bc}} \CustomizeMathJax{\Newextarrow\xleftrightharpoons{10,10}{0x21cb}} -\CustomizeMathJax{\newcommand{\LWRdounderbracket}[3]{\underset{#3}{\underline{#1}}}} +\CustomizeMathJax{\newcommand{\LWRdounderbracket}[3]{% + \mathinner{\underset{#3}{\underline{\llcorner{#1}\lrcorner}}}% +}} \CustomizeMathJax{\newcommand{\LWRunderbracket}[2][]{\LWRdounderbracket{#2}}} \CustomizeMathJax{\newcommand{\underbracket}[1][]{\LWRunderbracket}} -\CustomizeMathJax{\newcommand{\LWRdooverbracket}[3]{\overset{#3}{\overline{#1}}}} +\CustomizeMathJax{\newcommand{\LWRdooverbracket}[3]{% + \mathinner{\overset{#3}{\overline{\ulcorner{#1}\urcorner}}}% +}} \CustomizeMathJax{\newcommand{\LWRoverbracket}[2][]{\LWRdooverbracket{#2}}} \CustomizeMathJax{\newcommand{\overbracket}[1][]{\LWRoverbracket}} @@ -235,23 +239,23 @@ \CustomizeMathJax{\newcommand\lparen{(}} \CustomizeMathJax{\newcommand\rparen{)}} \CustomizeMathJax{\newcommand{\ordinarycolon}{:}} -\CustomizeMathJax{\newcommand{\vcentcolon}{\mathrel{\mathop\ordinarycolon}}} +\CustomizeMathJax{\newcommand{\vcentcolon}{\mathrel{\unicode{x2236}}}} -\CustomizeMathJax{\newcommand\dblcolon{\vcentcolon\vcentcolon}} -\CustomizeMathJax{\newcommand\coloneqq{\vcentcolon=}} -\CustomizeMathJax{\newcommand\Coloneqq{\dblcolon=}} -\CustomizeMathJax{\newcommand\coloneq{\vcentcolon{-}}} -\CustomizeMathJax{\newcommand\Coloneq{\dblcolon{-}}} +\CustomizeMathJax{\newcommand\dblcolon{\mathrel{\unicode{x2237}}}} +\CustomizeMathJax{\newcommand\coloneqq{\mathrel{\unicode{x2236}\!=}}} +\CustomizeMathJax{\newcommand\Coloneqq{\mathrel{\unicode{x2237}\!=}}} +\CustomizeMathJax{\newcommand\coloneq{\mathrel{\unicode{x2236}-}}} +\CustomizeMathJax{\newcommand\Coloneq{\mathrel{\unicode{x2237}-}}} -\CustomizeMathJax{\newcommand\eqqcolon{=\vcentcolon}} -\CustomizeMathJax{\newcommand\Eqqcolon{=\dblcolon}} -\CustomizeMathJax{\newcommand\eqcolon{\mathrel{-}\vcentcolon}} -\CustomizeMathJax{\newcommand\Eqcolon{\mathrel{-}\dblcolon}} +\CustomizeMathJax{\newcommand\eqqcolon{\mathrel{=\!\unicode{x2236}}}} +\CustomizeMathJax{\newcommand\Eqqcolon{\mathrel{=\!\unicode{x2237}}}} +\CustomizeMathJax{\newcommand\eqcolon{\mathrel{-\unicode{x2236}}}} +\CustomizeMathJax{\newcommand\Eqcolon{\mathrel{-\unicode{x2237}}}} -\CustomizeMathJax{\newcommand\colonapprox{\vcentcolon\approx}} -\CustomizeMathJax{\newcommand\Colonapprox{\dblcolon\approx}} -\CustomizeMathJax{\newcommand\colonsim{\vcentcolon\sim}} -\CustomizeMathJax{\newcommand\Colonsim{\dblcolon\sim}} +\CustomizeMathJax{\newcommand\colonapprox{\mathrel{\unicode{x2236}\!\approx}}} +\CustomizeMathJax{\newcommand\Colonapprox{\mathrel{\unicode{x2237}\!\approx}}} +\CustomizeMathJax{\newcommand\colonsim{\mathrel{\unicode{x2236}\!\sim}}} +\CustomizeMathJax{\newcommand\Colonsim{\mathrel{\unicode{x2237}\!\sim}}} \CustomizeMathJax{\newcommand{\nuparrow}{\mathrel{\cancel{\uparrow}}}} \CustomizeMathJax{\newcommand{\ndownarrow}{\mathrel{\cancel{\downarrow}}}} |