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/source | |
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/source')
-rw-r--r-- | Master/texmf-dist/source/latex/mh/mhsetup.dtx | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/mh/mhsetup.dtx b/Master/texmf-dist/source/latex/mh/mhsetup.dtx index 75bbb8b43b6..48e344e3a3f 100644 --- a/Master/texmf-dist/source/latex/mh/mhsetup.dtx +++ b/Master/texmf-dist/source/latex/mh/mhsetup.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% 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 @@ -66,7 +66,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: mhsetup 2007/12/03 v1.2 mhsetup (MH)} +\Msg{* Package: mhsetup 2010/01/21 v1.2a mhsetup (MH)} \Msg{************************************************************************} \keepsilent @@ -76,7 +76,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 @@ -126,7 +126,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{mhsetup.drv}% - [2007/12/03 v1.2 programming setup (MH)] + [2010/01/21 v1.2a programming setup (MH)] \documentclass{ltxdoc} \usepackage{mhsetup} @@ -155,7 +155,7 @@ and the derived files %</driver> % \fi % -% \CheckSum{297} +% \CheckSum{298} % % \GetFileInfo{mhsetup.drv} % @@ -295,7 +295,7 @@ and the derived files % \begin{macrocode} %<*package> \ProvidesPackage{mhsetup}% - [2007/12/03 v1.2 programming setup (MH)] + [2010/01/21 v1.2a programming setup (MH)] % \end{macrocode} % \subsection{The new internal syntax} % \begin{macro}{\MHInternalSyntaxOn} @@ -464,10 +464,13 @@ and the derived files % \changes{v1.0b}{2004/10/10}{Use different test} % \begin{macro}{\if_num:w} % \changes{v1.0b}{2004/10/10}{Use different test} +% \changes{v1.2a}{2010/01/21}{Define at start of document} % \begin{macro}{\if_dim:w} % \changes{v1.0b}{2004/10/10}{Use different test} +% \changes{v1.2a}{2010/01/21}{Define at start of document} % \begin{macro}{\if_case:w} % \changes{v1.0b}{2004/10/10}{Use different test} +% \changes{v1.2a}{2010/01/21}{Define at start of document} % \begin{macro}{\or:} % \changes{v1.0b}{2004/10/10}{Use different test} % Copies of \TeX{} primitives. @@ -476,9 +479,11 @@ and the derived files \@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}{} % \end{macrocode} % \end{macro} |