diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-25 00:17:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-25 00:17:02 +0000 |
commit | 0f50aaf62004400e50b66714ca6aaa19ef75446a (patch) | |
tree | f8760434270c4397917aad8c307bc9fb5f54eea2 /Master/texmf-dist/tex/latex/mh | |
parent | d8710b42a077e64d873cd7824b5bb50bdaa1d304 (diff) |
mh update (22jan10)
git-svn-id: svn://tug.org/texlive/trunk@16807 c570f23f-e606-0410-a88d-b1316a301751
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} |