diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/mh')
-rw-r--r-- | Master/texmf-dist/tex/latex/mh/mhsetup.sty | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/mh/mhsetup.sty b/Master/texmf-dist/tex/latex/mh/mhsetup.sty index e85b4b86b3a..5424b64c898 100644 --- a/Master/texmf-dist/tex/latex/mh/mhsetup.sty +++ b/Master/texmf-dist/tex/latex/mh/mhsetup.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2002-2007 by Morten Hoegholm <mh.ctan@gmail.com> +%% Copyright (C) 2002-2007,2010 by Morten Hoegholm <mh.ctan@gmail.com> %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -27,7 +27,7 @@ %% mhsetup.sty, mhsetup.pdf, mhsetup.ins, mhsetup.drv. %% \ProvidesPackage{mhsetup}% - [2007/12/03 v1.2 programming setup (MH)] + [2010/01/21 v1.2a programming setup (MH)] \def\MHInternalSyntaxOn{ \edef\MHInternalSyntaxOff{% \catcode`\noexpand\~=\the\catcode`\~\relax @@ -91,9 +91,11 @@ \@ifundefined{if_meaning:NN}{\MH_let:NwN \if_meaning:NN =\ifx}{} \@ifundefined{else:}{\MH_let:NwN \else:=\else}{} \@ifundefined{fi:}{\MH_let:NwN \fi:=\fi}{} -\@ifundefined{if_num:w}{\MH_let:NwN \if_num:w =\ifnum}{} -\@ifundefined{if_dim:w}{\MH_let:NwN \if_dim:w =\ifdim}{} -\@ifundefined{if_case:w}{\MH_let:NwN \if_case:w =\ifcase}{} +\AtBeginDocument{ + \@ifundefined{if_num:w}{\MH_let:NwN \if_num:w =\ifnum}{} + \@ifundefined{if_dim:w}{\MH_let:NwN \if_dim:w =\ifdim}{} + \@ifundefined{if_case:w}{\MH_let:NwN \if_case:w =\ifcase}{} +} \@ifundefined{or:}{\MH_let:NwN \or:=\or}{} \def\MH_cs_to_str:N {\expandafter\@gobble\string} \@ifundefined{eTeXversion} |