summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/mh/flexisym.dtx
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-08-02 19:04:50 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-08-02 19:04:50 +0000
commit3b9f6a2419e276efb117f03b586b483641e61246 (patch)
tree6fad872c0d187fd102067d5f2beb40911dfe57c4 /Master/texmf-dist/source/latex/mh/flexisym.dtx
parentfe9d6cf0bb200fd7369ceea3722465b4a0cc6582 (diff)
mh update (xfrac moved to l3packages)
git-svn-id: svn://tug.org/texlive/trunk@23333 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/mh/flexisym.dtx')
-rw-r--r--Master/texmf-dist/source/latex/mh/flexisym.dtx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/mh/flexisym.dtx b/Master/texmf-dist/source/latex/mh/flexisym.dtx
index c38ac2b43da..0f804a1d3fe 100644
--- a/Master/texmf-dist/source/latex/mh/flexisym.dtx
+++ b/Master/texmf-dist/source/latex/mh/flexisym.dtx
@@ -224,20 +224,20 @@ and the derived files
% positions
% \begin{macrocode}
\cs_set_protected:Nn \math_char:NNn {
- \tex_mathchar:D \intexpr_eval:w " #1#2#3 \intexpr_eval_end:
+ \tex_mathchar:D \int_eval:w " #1#2#3 \int_eval_end:
}
% \end{macrocode}
% Delimiters and radicals are similar except here we have both small
% and large variant. Radicals have no class.
% \begin{macrocode}
\cs_set_protected:Nn \math_delimiter:NNnNn {
- \tex_delimiter:D \intexpr_eval:w " #1#2#3#4#5 \intexpr_eval_end:
+ \tex_delimiter:D \int_eval:w " #1#2#3#4#5 \int_eval_end:
}
\cs_set_protected:Nn \math_radical:NnNn {
- \tex_radical:D \intexpr_eval:w " #1#2#3#4 \intexpr_eval_end:
+ \tex_radical:D \int_eval:w " #1#2#3#4 \int_eval_end:
}
\cs_set_protected:Nn \math_accent:NNnn {
- \tex_mathaccent:D \intexpr_eval:w " #1 #2 #3 \intexpr_eval_end: {#4}
+ \tex_mathaccent:D \int_eval:w " #1 #2 #3 \int_eval_end: {#4}
}
\let\sumlimits\displaylimits