summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-08-08 20:59:31 +0000
committerKarl Berry <karl@freefriends.org>2022-08-08 20:59:31 +0000
commit23900c051e7b84903aa30fec02996f955184bed9 (patch)
tree0645174fe14be8e9cb517ab9e69d8b5a93e040a9 /Master/texmf-dist/tex/latex
parent008a3054b4dec80ee850f155441f93bf8e2b4347 (diff)
bookcover (8aug22)
git-svn-id: svn://tug.org/texlive/trunk@64078 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/bookcover/bookcover.cls12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/bookcover/bookcover.cls b/Master/texmf-dist/tex/latex/bookcover/bookcover.cls
index fee5457773e..bac36610801 100644
--- a/Master/texmf-dist/tex/latex/bookcover/bookcover.cls
+++ b/Master/texmf-dist/tex/latex/bookcover/bookcover.cls
@@ -6,7 +6,7 @@
%%
%% ./bookcover.dtx (with options: `class')
%% This is a generated file.
-%% Copyright (C) 2015-2020 Tibor Tomacs
+%% Copyright (C) 2015-2022 Tibor Tomacs
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 1.2 of this license or (at your option) any later
@@ -19,7 +19,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-\ProvidesClass{bookcover}[2021/01/04 v3.3 class for book covers and dust jackets]
+\ProvidesClass{bookcover}[2022/08/08 v3.4 class for book covers and dust jackets]
%% OPTIONS
@@ -357,17 +357,17 @@
\def\bookcover@tikz@content#1{%
\begin{tikzpicture}[overlay,yshift=-\bookcover@partheight@]
- \begin{scope}[transparent,line width=0pt]
+ \begingroup
\pgfset{minimum width=\bookcover@partwidth@,minimum height=\bookcover@partheight@}
- \pgfnode{rectangle}{south west}{}{part}{\pgfusepath{draw}}
+ \pgfnode{rectangle}{south west}{}{part}{\pgfusepath{}}
\pgfset{minimum width=\bookcover@partwidth@-\bookcover@tikz@trimmed@part@width@minus,
minimum height=\bookcover@partheight@-\bookcover@tikz@trimmed@part@height@minus}
\pgftransformshift{\pgfpoint{\bookcover@tikz@trimmed@part@push@right}
{\bookcover@tikz@trimmed@part@push@up}}
- \pgfnode{rectangle}{south west}{}{trimmed part}{\pgfusepath{draw}}
+ \pgfnode{rectangle}{south west}{}{trimmed part}{\pgfusepath{}}
\pgfnodealias{current trimmed part}{trimmed part}% for old method
\pgfnodealias{current part}{part}% for old method
- \end{scope}
+ \endgroup
#1
\end{tikzpicture}}