summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fixdif
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-07-14 20:18:31 +0000
committerKarl Berry <karl@freefriends.org>2022-07-14 20:18:31 +0000
commit7d2efac48cf5aec47ad938fa44e752b5f9733228 (patch)
tree85bc0e09018b0583c31631c4bf5280c25ddc7455 /Master/texmf-dist/tex/latex/fixdif
parent4511617ba4d27fca8d4a6135b9d2c05a4300d978 (diff)
fixdif (14jul22)
git-svn-id: svn://tug.org/texlive/trunk@63892 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fixdif')
-rw-r--r--Master/texmf-dist/tex/latex/fixdif/fixdif.sty5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/fixdif/fixdif.sty b/Master/texmf-dist/tex/latex/fixdif/fixdif.sty
index 10572213e4a..225e58d992d 100644
--- a/Master/texmf-dist/tex/latex/fixdif/fixdif.sty
+++ b/Master/texmf-dist/tex/latex/fixdif/fixdif.sty
@@ -29,7 +29,7 @@
%% and README.md.
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fixdif}[2022/05/29 Interface for defining the differential operator.]
+\ProvidesPackage{fixdif}[2022/07/14 Interface for defining the differential operators.]
\@ifpackageloaded{unicode-math}{
\Umathcode`\/="4 "0 "002F
\Umathcode"2044="4 "0 "2044
@@ -111,6 +111,9 @@
\fi%
}}
\def\renewdif{\@ifstar\s@renewdif\@renewdif}
+\def\@mathdif#1{\mathinner{#1}\mup@tch}
+\def\s@mathdif#1{\s@beforep@tch\mathinner{#1\mbox{}}\mup@tch}
+\DeclareRobustCommand\mathdif{\@ifstar\s@mathdif\@mathdif}
\endinput
%%
%% End of file `fixdif.sty'.