diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/pdftexcmds.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/pdftexcmds.dtx | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/pdftexcmds.dtx b/Master/texmf-dist/source/latex/oberdiek/pdftexcmds.dtx index 257aa30d8e5..28d0c06d204 100644 --- a/Master/texmf-dist/source/latex/oberdiek/pdftexcmds.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/pdftexcmds.dtx @@ -1,7 +1,7 @@ % \iffalse meta-comment -% +% % Copyright (C) 2007 by Heiko Oberdiek <oberdiek@uni-freiburg.de> -% +% % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either % version 1.3 of this license or (at your option) any later @@ -9,21 +9,21 @@ % http://www.latex-project.org/lppl.txt % and version 1.3 or later is part of all distributions of % LaTeX version 2005/12/01 or later. -% +% % This work has the LPPL maintenance status "maintained". -% +% % This Current Maintainer of this work is Heiko Oberdiek. -% +% % This work consists of the main source file pdftexcmds.dtx % and the derived files % pdftexcmds.sty, pdftexcmds.pdf, pdftexcmds.ins, pdftexcmds.drv, % pdftexcmds-test1.tex, pdftexcmds-test2.tex, % oberdiek.pdftexcmds.lua, pdftexcmds.lua. -% +% % Distribution: % CTAN:macros/latex/contrib/oberdiek/pdftexcmds.dtx % CTAN:macros/latex/contrib/oberdiek/pdftexcmds.pdf -% +% % Unpacking: % (a) If pdftexcmds.ins is present: % tex pdftexcmds.ins @@ -32,7 +32,7 @@ % (c) If you insist on using LaTeX % latex \let\install=y\input{pdftexcmds.dtx} % (quote the arguments according to the demands of your shell) -% +% % Documentation: % (a) If pdftexcmds.drv is present: % latex pdftexcmds.drv @@ -42,14 +42,14 @@ % if available. Here you can specify further options, e.g. % use A4 as paper format: % \PassOptionsToClass{a4paper}{article} -% +% % Programm calls to get the documentation (example): % pdflatex pdftexcmds.dtx % makeindex -s gind.ist pdftexcmds.idx % pdflatex pdftexcmds.dtx % makeindex -s gind.ist pdftexcmds.idx % pdflatex pdftexcmds.dtx -% +% % Installation: % TDS:tex/generic/oberdiek/pdftexcmds.sty % TDS:scripts/oberdiek/oberdiek.pdftexcmds.lua @@ -72,7 +72,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: pdftexcmds 2009/09/23 v0.6 LuaTeX support for pdfTeX utility functions (HO)} +\Msg{* Package: pdftexcmds 2009/12/12 v0.7 Utility functions of pdfTeX for LuaTeX (HO)} \Msg{************************************************************************} \keepsilent @@ -154,7 +154,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{pdftexcmds.drv}% - [2009/09/23 v0.6 LuaTeX support for pdfTeX utility functions (HO)]% + [2009/12/12 v0.7 Utility functions of pdfTeX for LuaTeX (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2008/08/11] \usepackage{paralist} @@ -185,7 +185,7 @@ and the derived files % \GetFileInfo{pdftexcmds.drv} % % \title{The \xpackage{pdftexcmds} package} -% \date{2009/09/23 v0.6} +% \date{2009/12/12 v0.7} % \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}} % % \maketitle @@ -464,7 +464,7 @@ and the derived files \fi \expandafter\x\csname ver@pdftexcmds.sty\endcsname \ProvidesPackage{pdftexcmds}% - [2009/09/23 v0.6 LuaTeX support for pdfTeX utility functions (HO)] + [2009/12/12 v0.7 Utility functions of pdfTeX for LuaTeX (HO)] % \end{macrocode} % % \subsection{Catcodes} @@ -1708,6 +1708,10 @@ end % \item % Macro \cs{pdf@isprimitive} added. % \end{Version} +% \begin{Version}{2009/12/12 v0.7} +% \item +% Short info shortened. +% \end{Version} % \end{History} % % \PrintIndex |