diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/makerobust.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/makerobust.dtx | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/makerobust.dtx b/Master/texmf-dist/source/latex/oberdiek/makerobust.dtx index 2334906fd50..5e757e65bc9 100644 --- a/Master/texmf-dist/source/latex/oberdiek/makerobust.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/makerobust.dtx @@ -1,11 +1,13 @@ % \iffalse meta-comment % % File: makerobust.dtx -% Version: 2006/03/18 v1.0 +% Version: 2016/05/16 v1.1 % Info: Make existing macro robust % % Copyright (C) 2006 by % Heiko Oberdiek <heiko.oberdiek at googlemail.com> +% 2016 +% https://github.com/ho-tex/oberdiek/issues % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -77,7 +79,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: makerobust 2006/03/18 v1.0 Make existing macro robust (HO)} +\Msg{* Package: makerobust 2016/05/16 v1.1 Make existing macro robust (HO)} \Msg{************************************************************************} \keepsilent @@ -89,7 +91,7 @@ This is a generated file. Project: makerobust -Version: 2006/03/18 v1.0 +Version: 2016/05/16 v1.1 Copyright (C) 2006 by Heiko Oberdiek <heiko.oberdiek at googlemail.com> @@ -153,7 +155,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{makerobust.drv}% - [2006/03/18 v1.0 Make existing macro robust (HO)]% + [2016/05/16 v1.1 Make existing macro robust (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2011/11/22] \begin{document} @@ -162,7 +164,6 @@ and the derived files %</driver> % \fi % -% \CheckSum{59} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -183,8 +184,10 @@ and the derived files % \GetFileInfo{makerobust.drv} % % \title{The \xpackage{makerobust} package} -% \date{2006/03/18 v1.0} -% \author{Heiko Oberdiek\\\xemail{heiko.oberdiek at googlemail.com}} +% \date{2016/05/16 v1.1} +% \author{Heiko Oberdiek\thanks +% {Please report any issues at https://github.com/ho-tex/oberdiek/issues}\\ +% \xemail{heiko.oberdiek at googlemail.com}} % % \maketitle % @@ -273,7 +276,7 @@ Second page. %<*package> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{makerobust}% - [2006/03/18 v1.0 Make existing macro robust (HO)]% + [2016/05/16 v1.1 Make existing macro robust (HO)]% % \end{macrocode} % % \begin{macrocode} @@ -321,7 +324,7 @@ Second page. % \subsection{Download} % % \paragraph{Package.} This package is available on -% CTAN\footnote{\url{ftp://ftp.ctan.org/tex-archive/}}: +% CTAN\footnote{\url{http://ctan.org/pkg/makerobust}}: % \begin{description} % \item[\CTAN{macros/latex/contrib/oberdiek/makerobust.dtx}] The source file. % \item[\CTAN{macros/latex/contrib/oberdiek/makerobust.pdf}] Documentation. @@ -515,7 +518,7 @@ Second page. <authorref id='auth:oberdiek'/> <copyright owner='Heiko Oberdiek' year='2006'/> <license type='lppl1.3'/> - <version number='1.0'/> + <version number='1.1'/> <description> This package provides the command MakeRobustCommand that converts an existing macro to a robust one. @@ -538,6 +541,10 @@ Second page. % \item % First version. % \end{Version} +% \begin{Version}{2016/05/16 v1.1} +% \item +% Documentation updates. +% \end{Version} % \end{History} % % \PrintIndex |