diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/ifvtex.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/ifvtex.dtx | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/ifvtex.dtx b/Master/texmf-dist/source/latex/oberdiek/ifvtex.dtx index b2621b8def7..dd0251af79c 100644 --- a/Master/texmf-dist/source/latex/oberdiek/ifvtex.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/ifvtex.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright (C) 2001, 2006, 2007 by +% Copyright (C) 2001, 2006-2008 by % Heiko Oberdiek <oberdiek@uni-freiburg.de> % % This work may be distributed and/or modified under the @@ -68,7 +68,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: ifvtex 2007/09/09 v1.3 Switches for detecting VTeX and its modes (HO)} +\Msg{* Package: ifvtex 2008/11/04 v1.4 Switches for detecting VTeX and its modes (HO)} \Msg{************************************************************************} \keepsilent @@ -79,7 +79,7 @@ This is a generated file. -Copyright (C) 2001, 2006, 2007 by +Copyright (C) 2001, 2006-2008 by Heiko Oberdiek <oberdiek@uni-freiburg.de> This work may be distributed and/or modified under the @@ -137,7 +137,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{ifvtex.drv}% - [2007/09/09 v1.3 Switches for detecting VTeX and its modes (HO)]% + [2008/11/04 v1.4 Switches for detecting VTeX and its modes (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2008/08/11] \begin{document} @@ -167,7 +167,7 @@ and the derived files % \GetFileInfo{ifvtex.drv} % % \title{The \xpackage{ifvtex} package} -% \date{2007/09/09 v1.3} +% \date{2008/11/04 v1.4} % \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}} % % \maketitle @@ -292,7 +292,7 @@ and the derived files \fi \expandafter\x\csname ver@ifvtex.sty\endcsname \ProvidesPackage{ifvtex}% - [2007/09/09 v1.3 Switches for detecting VTeX and its modes (HO)] + [2008/11/04 v1.4 Switches for detecting VTeX and its modes (HO)] % \end{macrocode} % % \subsection{Catcodes} @@ -380,7 +380,7 @@ and the derived files \expandafter\ifx\csname VTeXversion\endcsname\relax \else \begingroup\expandafter\expandafter\expandafter\endgroup - \expandafter\ifx\csname OpMOde\endcsname\relax + \expandafter\ifx\csname OpMode\endcsname\relax \else \vtextrue \fi @@ -743,6 +743,10 @@ and the derived files % \item % Catcode section added. % \end{Version} +% \begin{Version}{2008/11/04 v1.4} +% \item +% Bug fix: Mispelled \cs{OpMode} (found by Hideo Umeki). +% \end{Version} % \end{History} % % \PrintIndex |