diff options
author | Karl Berry <karl@freefriends.org> | 2020-10-25 21:34:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-10-25 21:34:30 +0000 |
commit | 9bb9223d7faaae2d280a746ebc6bfb63c5e54b1f (patch) | |
tree | 6fbafe97f3d036c3e11d8ad310f5e61c8c4cf413 /Master/texmf-dist/source/latex/leaflet/leaflet.dtx | |
parent | b65568f44e519d69d9eb8789f1b40981f4b55759 (diff) |
leaflet (25oct20)
git-svn-id: svn://tug.org/texlive/trunk@56760 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/leaflet/leaflet.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/leaflet/leaflet.dtx | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/leaflet/leaflet.dtx b/Master/texmf-dist/source/latex/leaflet/leaflet.dtx index 9a1ed13b26d..cc540ca5d55 100644 --- a/Master/texmf-dist/source/latex/leaflet/leaflet.dtx +++ b/Master/texmf-dist/source/latex/leaflet/leaflet.dtx @@ -1,10 +1,10 @@ % \iffalse meta-comment % % -% (c) 1998 J\"urgen Schlegelmilch <schlegel@informatik.uni-rostock.de> +% (c) 1998 Jürgen Schlegelmilch <schlegel@informatik.uni-rostock.de> % (c) 2000 Walter Schmidt <w.a.schmidt@gmx.net> % (c) 2002-2004 Rolf Niepraschk <Rolf.Niepraschk@gmx.de> and -% Hubert G\"a\ss{}lein +% Hubert Gäßlein % (c) 2012-2020 Rolf Niepraschk <Rolf.Niepraschk@gmx.de> % % This file may be distributed and/or modified under the @@ -21,13 +21,13 @@ % % \iffalse %<class>\ProvidesClass{leaflet} -%<class> [2020/10/14 v2.0c LaTeX document class (JS,WaS,RN,HjG)] +%<class> [2020/10/25 v2.0d LaTeX document class (JS,WaS,RN,HjG)] % %<*driver|manual> %<driver>\def\filename{leaflet.dtx} %<manual>\def\filename{leaflet-manual.tex} -\def\fileversion{v2.0c} % change this when leaflet-manual changed, too. -\def\filedate{2020/10/14} +\def\fileversion{v2.0d} % change this when leaflet-manual changed, too. +\def\filedate{2020/10/25} \def\docdate {2020/10/14} % change this when leaflet-manual changed, too. %</driver|manual> %<*driver> @@ -51,7 +51,7 @@ %</driver> % \fi % -% \CheckSum{1277} +% \CheckSum{1276} % % \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 @@ -85,6 +85,8 @@ % \changes{v1.0d}{2012/06/04}{Options `twopart/notwopart' suggested % by Luis Rivera. No more `final' in \cmd{\ExecuteOptions} suggested % by Axel Berger (RN)} +% \changes{v2.0d}{2020/10/25}{Using UTF8 in the preamble for author names +% to prevent unpacking issue. (RN)} % % \DoNotIndex{\newcommand,\renewcommand,\newenvironment,\renewenvironment} % \DoNotIndex{\providecommand,\def,\edef,\let,\gdef,\xdef,\global,\newtoks} @@ -888,7 +890,7 @@ % The \cmd{\ShipoutBox} with the page content must be a bit moved to get a % ``normal-sized'' box. In ``nocombine'' mode only put the background picture. % \changes{v1.1a}{2015/12/27}{Additions for new option `foldcorr'. (RN)} -% \changes{v2.0a}{2020/10/13}{Temporarily do not call \cmd{\@@@exec@outs}. (RN)} +% \changes{v2.0a}{2020/10/13}{Do not call \cmd{\@@@exec@outs} temporarily. (RN)} % \changes{v2.0a}{2020/10/13}{Using \LaTeX's new 'shipout/before' hook. (RN)} % \changes{v2.0b}{2020/10/14}{Renamed \cmd{\LL@savePage} to % \cmd{\LL@processPage}. (RN)} @@ -1003,7 +1005,6 @@ % \begin{macrocode} \RemoveFromHook{shipout/foreground}[*] \RemoveFromHook{shipout/background}[*] - \RemoveFromHook{shipout/firstpage}[*] \RemoveFromHook{shipout/lastpage}[*] \RemoveFromHook{shipout/before}[*] \AddToHook{shipout/before}{\LL@processPage} |