diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-mismath.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-mismath.sty | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-mismath.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-mismath.sty index a8bc81af9ce..389c4e6d701 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-mismath.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-mismath.sty @@ -6,7 +6,7 @@ %% %% lwarp.dtx (with options: `mismath') %% This is a generated file. -%% Copyright 2016-2022 Brian Dunn +%% Copyright 2016-2025 Brian Dunn %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -15,7 +15,8 @@ %% http://www.latex-project.org/lppl.txt %% and version 1.3 or later is part of all distributions of LaTeX %% version 2005/12/01 or later. -\LWR@ProvidesPackagePass{mismath}[2023/02/24] +%% +\LWR@ProvidesPackagePass{mismath}[2024/06/16] \ifbool{mathjax}{ \RenewEnviron{mathcols}{% \preto\BODY{\begin{aligned}\displaystyle} @@ -41,6 +42,8 @@ } \begin{warpMathJax} +\CustomizeMathJax{\require{upgreek}}% for \Updelta + \CustomizeMathJax{\newcommand{\mathup}[1]{\mathrm{#1}}} \CustomizeMathJax{\newcommand{\e}{\mathrm{e}}} \CustomizeMathJax{\newcommand{\i}{\mathrm{i}}} @@ -59,6 +62,10 @@ } \CustomizeMathJax{\newcommand{\di}{\mathop{}\!\mathrm{d}}} +\CustomizeMathJax{\newcommand{\upDelta}{\Updelta}} +\CustomizeMathJax{\newcommand{\opDelta}{\Updelta}} +\CustomizeMathJax{\newcommand{\opdelta}{\updelta}} + \CustomizeMathJax{\newcommand{\P}{\operatorname{\probastyle{P}}}} \CustomizeMathJax{\newcommand{\E}{\operatorname{\probastyle{E}}}} \CustomizeMathJax{\newcommand{\V}{\operatorname{\probastyle{V}}}} |