texlive[65394] Master/texmf-dist: bookcover (29dec22)

commits+karl at tug.org commits+karl at tug.org
Thu Dec 29 23:03:48 CET 2022


Revision: 65394
          http://tug.org/svn/texlive?view=revision&revision=65394
Author:   karl
Date:     2022-12-29 23:03:47 +0100 (Thu, 29 Dec 2022)
Log Message:
-----------
bookcover (29dec22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.pdf
    trunk/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.pdf
    trunk/Master/texmf-dist/doc/latex/bookcover/bookcover.pdf
    trunk/Master/texmf-dist/source/latex/bookcover/bookcover.dtx
    trunk/Master/texmf-dist/tex/latex/bookcover/bookcover.cls

Modified: trunk/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/bookcover/bookcover.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/bookcover/bookcover.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/bookcover/bookcover.dtx	2022-12-29 03:11:47 UTC (rev 65393)
+++ trunk/Master/texmf-dist/source/latex/bookcover/bookcover.dtx	2022-12-29 22:03:47 UTC (rev 65394)
@@ -17,12 +17,12 @@
 % \iffalse
 %<*driver>
 \ProvidesFile{bookcover.dtx}
-\newcommand{\eifiledate}{2022/08/08}
-\newcommand{\eifilever}{v3.4}
+\newcommand{\eifiledate}{2022/12/29}
+\newcommand{\eifilever}{v3.5}
 %</driver>
 %<class>
 %<class>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-%<class>\ProvidesClass{bookcover}[2022/08/08 v3.4 class for book covers and dust jackets]
+%<class>\ProvidesClass{bookcover}[2022/12/29 v3.5 class for book covers and dust jackets]
 %
 %<*driver>
 \documentclass{ltxdoc}
@@ -292,7 +292,7 @@
 %
 % The following figures also show the normal and abbreviated names of the blue parts.
 %
-% \subsection{Book cover widthout flaps, background parts}
+% \subsection{Book cover without flaps, background parts}
 %
 % \setcounter{partfig}{1}
 % \loop
@@ -300,7 +300,7 @@
 % \fbox{\includegraphics[page=\thepartfig]{figures/bookcover-parts.pdf}}\par\smallskip\stepcounter{partfig}
 % \ifnum\value{partfig}<7\repeat
 %
-% \subsection{Book cover widthout flaps, foreground parts}
+% \subsection{Book cover without flaps, foreground parts}
 %
 % \loop
 % \fbox{\includegraphics[page=\thepartfig]{figures/bookcover-parts.pdf}}\hfill\stepcounter{partfig}
@@ -307,7 +307,7 @@
 % \fbox{\includegraphics[page=\thepartfig]{figures/bookcover-parts.pdf}}\par\smallskip\stepcounter{partfig}
 % \ifnum\value{partfig}<13\repeat
 %
-% \subsection{Book cover widthout flaps, other parts}
+% \subsection{Book cover without flaps, other parts}
 %
 % \loop
 % \fbox{\includegraphics[page=\thepartfig]{figures/bookcover-parts.pdf}}\hfill\stepcounter{partfig}
@@ -315,7 +315,7 @@
 % \ifnum\value{partfig}<17\repeat
 % \fbox{\includegraphics[page=\thepartfig]{figures/bookcover-parts.pdf}}\stepcounter{partfig}
 %
-% \subsection{Book cover width flaps, background parts}
+% \subsection{Book cover with flaps, background parts}
 %
 % \loop
 % \fbox{\includegraphics[page=\thepartfig]{figures/bookcover-parts.pdf}}\hfill\stepcounter{partfig}
@@ -322,7 +322,7 @@
 % \fbox{\includegraphics[page=\thepartfig]{figures/bookcover-parts.pdf}}\par\smallskip\stepcounter{partfig}
 % \ifnum\value{partfig}<46\repeat
 %
-% \subsection{Book cover width flaps, foreground parts}
+% \subsection{Book cover with flaps, foreground parts}
 %
 % \loop
 % \fbox{\includegraphics[page=\thepartfig]{figures/bookcover-parts.pdf}}\hfill\stepcounter{partfig}
@@ -329,7 +329,7 @@
 % \fbox{\includegraphics[page=\thepartfig]{figures/bookcover-parts.pdf}}\par\smallskip\stepcounter{partfig}
 % \ifnum\value{partfig}<74\repeat
 %
-% \subsection{Book cover width flaps, other parts}
+% \subsection{Book cover with flaps, other parts}
 %
 % \loop
 % \fbox{\includegraphics[page=\thepartfig]{figures/bookcover-parts.pdf}}\hfill\stepcounter{partfig}
@@ -998,7 +998,7 @@
 \newif\if at oldsetbookcover% for old method
 
 \long\def\setbookcover#1{%
-    \@for\bookcover at firstparam:={bgcolor,bgpic,bgtikz,fgsecond}\do{% for old method
+    \@for\bookcover at firstparam:={bgcolor,bgpic,bgtikz,fgsecond,fgfirst}\do{% for old method
         \ifdefstring{\bookcover at firstparam}{#1}{\global\@oldsetbookcovertrue}{}}% for old method
     \if at oldsetbookcover% for old method
         \gdef\bookcover at firstparam{#1}% for old method
@@ -1785,6 +1785,8 @@
 lF-rF=whole.}%
 \do{\expandafter\bookcover at shortpartname@\bookcover at partname@}
 
+\letnamebookcoverpart{remark}{above front}% for old method
+
 %% OLD METHOD
 
 \def\bookcover at reset{

Modified: trunk/Master/texmf-dist/tex/latex/bookcover/bookcover.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bookcover/bookcover.cls	2022-12-29 03:11:47 UTC (rev 65393)
+++ trunk/Master/texmf-dist/tex/latex/bookcover/bookcover.cls	2022-12-29 22:03:47 UTC (rev 65394)
@@ -19,7 +19,7 @@
 %% 
 
 \NeedsTeXFormat{LaTeX2e}[1999/12/01]
-\ProvidesClass{bookcover}[2022/08/08 v3.4 class for book covers and dust jackets]
+\ProvidesClass{bookcover}[2022/12/29 v3.5 class for book covers and dust jackets]
 
 %% OPTIONS
 
@@ -129,7 +129,7 @@
 \newif\if at oldsetbookcover% for old method
 
 \long\def\setbookcover#1{%
-    \@for\bookcover at firstparam:={bgcolor,bgpic,bgtikz,fgsecond}\do{% for old method
+    \@for\bookcover at firstparam:={bgcolor,bgpic,bgtikz,fgsecond,fgfirst}\do{% for old method
         \ifdefstring{\bookcover at firstparam}{#1}{\global\@oldsetbookcovertrue}{}}% for old method
     \if at oldsetbookcover% for old method
         \gdef\bookcover at firstparam{#1}% for old method
@@ -916,6 +916,8 @@
 lF-rF=whole.}%
 \do{\expandafter\bookcover at shortpartname@\bookcover at partname@}
 
+\letnamebookcoverpart{remark}{above front}% for old method
+
 %% OLD METHOD
 
 \def\bookcover at reset{



More information about the tex-live-commits mailing list.