diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/clrstrip/clrstrip.pdf | bin | 389778 -> 389020 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/clrstrip/clrstrip.dtx | 12 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/clrstrip/clrstrip.sty | 3 |
3 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/clrstrip/clrstrip.pdf b/Master/texmf-dist/doc/latex/clrstrip/clrstrip.pdf Binary files differindex 05396feb3b7..2337c77740f 100644 --- a/Master/texmf-dist/doc/latex/clrstrip/clrstrip.pdf +++ b/Master/texmf-dist/doc/latex/clrstrip/clrstrip.pdf diff --git a/Master/texmf-dist/source/latex/clrstrip/clrstrip.dtx b/Master/texmf-dist/source/latex/clrstrip/clrstrip.dtx index 898e8528e5b..4ef03235e70 100644 --- a/Master/texmf-dist/source/latex/clrstrip/clrstrip.dtx +++ b/Master/texmf-dist/source/latex/clrstrip/clrstrip.dtx @@ -56,7 +56,10 @@ and the derived files clrstrip.pdf and % %<*driver> \ProvidesFile{clrstrip.dtx} - [2018/09/25 place contents into a full width colour strip] + [% + \csname clrstrip@date\endcsname\ + place contents into a full width colour strip% + ] \documentclass{l3doc} \usepackage{xcolor} \usepackage{clrstrip} @@ -82,8 +85,9 @@ and the derived files clrstrip.pdf and \end{document} %</driver> %<*pkg> +\newcommand*\clrstrip@date{2018/09/27} \ProvidesPackage{clrstrip} - [2018/07/30 place contents into a full width colour strip] + [\clrstrip@date place contents into a full width colour strip] \RequirePackage{keyval} %</pkg> % \fi @@ -98,7 +102,7 @@ and the derived files clrstrip.pdf and % \LARGE The \pkg{clrstrip} package\\[\bigskipamount] % \large % Jonathan P. Spratte\footnotemark\\[\medskipamount] -% Released 2018/07/30 +% Released \csname clrstrip@date\endcsname % \end{colorstrip} % \footnotetext{E-mail: jspratte@yahoo.de} % \tableofcontents @@ -150,7 +154,7 @@ and the derived files clrstrip.pdf and % \LARGE The \pkg{clrstrip} package\\[\bigskipamount] % \large % Jonathan P. Spratte\footnotemark\\[\medskipamount] -% Released 2018/07/30 +% Released \csname clrstrip@date\endcsname % \end{colorstrip} % \footnotetext{E-mail: jspratte@yahoo.de} %\end{verbatim} diff --git a/Master/texmf-dist/tex/latex/clrstrip/clrstrip.sty b/Master/texmf-dist/tex/latex/clrstrip/clrstrip.sty index 2f32cb36195..f785157d92d 100644 --- a/Master/texmf-dist/tex/latex/clrstrip/clrstrip.sty +++ b/Master/texmf-dist/tex/latex/clrstrip/clrstrip.sty @@ -29,8 +29,9 @@ %% and the derived files clrstrip.pdf and %% clrstrip.sty. %% +\newcommand*\clrstrip@date{2018/09/27} \ProvidesPackage{clrstrip} - [2018/07/30 place contents into a full width colour strip] + [\clrstrip@date place contents into a full width colour strip] \RequirePackage{keyval} \newsavebox\clrstrip@box \newlength\clrstrip@innerT |