summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/leaflet
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-03-16 03:02:08 +0000
committerNorbert Preining <norbert@preining.info>2024-03-16 03:02:08 +0000
commit966f9ba332e49c29e961cb86e08f97d70eda51f6 (patch)
treee111edb864721bb0dac9db16b4e41a8a489ea456 /macros/latex/contrib/leaflet
parent12679ab7d3c2a210f4123163671b532b8b55d5f9 (diff)
CTAN sync 202403160302
Diffstat (limited to 'macros/latex/contrib/leaflet')
-rw-r--r--macros/latex/contrib/leaflet/leaflet-manual.pdfbin92539 -> 98080 bytes
-rw-r--r--macros/latex/contrib/leaflet/leaflet.dtx28
-rw-r--r--macros/latex/contrib/leaflet/leaflet.pdfbin247180 -> 292950 bytes
3 files changed, 14 insertions, 14 deletions
diff --git a/macros/latex/contrib/leaflet/leaflet-manual.pdf b/macros/latex/contrib/leaflet/leaflet-manual.pdf
index fcb4ae6761..50d29fa6e2 100644
--- a/macros/latex/contrib/leaflet/leaflet-manual.pdf
+++ b/macros/latex/contrib/leaflet/leaflet-manual.pdf
Binary files differ
diff --git a/macros/latex/contrib/leaflet/leaflet.dtx b/macros/latex/contrib/leaflet/leaflet.dtx
index 1e1ead3205..78e49bddc8 100644
--- a/macros/latex/contrib/leaflet/leaflet.dtx
+++ b/macros/latex/contrib/leaflet/leaflet.dtx
@@ -5,7 +5,7 @@
% (c) 2000 Walter Schmidt <w.a.schmidt@gmx.net>
% (c) 2002-2004 Rolf Niepraschk <Rolf.Niepraschk@gmx.de> and
% Hubert Gäßlein
-% (c) 2012-2020 Rolf Niepraschk <Rolf.Niepraschk@gmx.de>
+% (c) 2012-2024 Rolf Niepraschk <Rolf.Niepraschk@gmx.de>
%
% This file may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -21,14 +21,14 @@
%
% \iffalse
%<class>\ProvidesClass{leaflet}
-%<class> [2020/11/06 v2.1a LaTeX document class (JS,WaS,RN,HjG)]
+%<class> [2024/03/12 v2.1c LaTeX document class (JS,WaS,RN,HjG)]
%
%<*driver|manual>
%<driver>\def\filename{leaflet.dtx}
%<manual>\def\filename{leaflet-manual.tex}
-\def\fileversion{v2.1a} % change this when leaflet-manual changed, too.
-\def\filedate{2020/11/06}
-\def\docdate {2020/11/06} % change this when leaflet-manual changed, too.
+\def\fileversion{v2.1c} % change this when leaflet-manual changed, too.
+\def\filedate{2024/03/12}
+\def\docdate {2024/03/12} % change this when leaflet-manual changed, too.
%</driver|manual>
%<*driver>
\listfiles
@@ -51,7 +51,7 @@
%</driver>
% \fi
%
-% \CheckSum{1290}
+% \CheckSum{1291}
%
% \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
@@ -605,6 +605,7 @@
\setlength{\labelwidth}{\leftmargin}
\addtolength{\labelwidth}{-\labelsep}
\pagestyle{empty}
+\AddToHook{cmd/maketitle/after}{\thispagestyle{empty}}%
\headheight\z@
\headsep\z@
\footskip\z@
@@ -831,11 +832,11 @@
% parameter |#1|. The starred version draws only the line.
% \begin{macrocode}
\newcommand*\CutLine{%
- \@ifstar{\@tempswatrue\LL@CutLine}{\@tempswafalse\LL@CutLine}}
+ \@ifstar{\@tempswafalse\LL@CutLine}{\@tempswatrue\LL@CutLine}}
\@onlypreamble\CutLine
\newcommand*\LL@CutLine[2][.]{%
\ifLL@combine
- \ifx\Scissors\@empty\@tempswatrue\fi
+ \ifx\Scissors\@empty\@tempswafalse\fi
\if .#1%
\def\@tempa{\dotfill}%
\else\if -#1%
@@ -845,7 +846,7 @@
\noexpand\AddToBackground{#2}{%
\noexpand\put(0,0){%
\noexpand\rotatebox{90}{\noexpand\makebox(\paperheight,0){%
- \noexpand\normalsize\@tempa\if@tempswa\else\noexpand\Scissors%
+ \noexpand\normalsize\@tempa\if@tempswa\noexpand\Scissors%
\@tempa\@tempa\noexpand\Scissors\@tempa\fi}}}}%
}%
\@tempb
@@ -1176,7 +1177,6 @@
\begin{document}
\maketitle
-\thispagestyle{empty}
%%\LARGE
@@ -1303,8 +1303,8 @@ third page.
\item
The macro |\CutLine| draws a vertical dotted line with
scissor symbols between the page indicated by its argument and the
-preceding one.
-The starred version omits the scissors symbols.
+preceding one. The optional parameter |[-]| changes the dotted line to a
+solid one. The starred version omits the scissors symbols.
\item
In case the text does not fit on six pages, a warning (or error,
@@ -1327,8 +1327,8 @@ The typeface to be used for the section headings is given by the macro
Both macros default to |\bfseries| and can be changed using
|\renewcommand*|.
-The horizontal and vertical and margins of the (small) pages
-default to 8\,mm and 11\,mm, respectively, and can be changed
+The horizontal and vertical margins of the (small) pages
+have the standard sizes 8 mm and 11 mm, respectively, and can be changed
using |\setmargins|, as explained above.
This may be useful, if the printing engine exhibits larger unprintable
margins.
diff --git a/macros/latex/contrib/leaflet/leaflet.pdf b/macros/latex/contrib/leaflet/leaflet.pdf
index 7eb81eb1cc..ae9e58bf75 100644
--- a/macros/latex/contrib/leaflet/leaflet.pdf
+++ b/macros/latex/contrib/leaflet/leaflet.pdf
Binary files differ