diff options
author | Karl Berry <karl@freefriends.org> | 2022-08-08 20:59:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-08-08 20:59:31 +0000 |
commit | 23900c051e7b84903aa30fec02996f955184bed9 (patch) | |
tree | 0645174fe14be8e9cb517ab9e69d8b5a93e040a9 /Master/texmf-dist/source/latex | |
parent | 008a3054b4dec80ee850f155441f93bf8e2b4347 (diff) |
bookcover (8aug22)
git-svn-id: svn://tug.org/texlive/trunk@64078 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/bookcover/bookcover.dtx | 18 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/bookcover/bookcover.ins | 4 |
2 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/bookcover/bookcover.dtx b/Master/texmf-dist/source/latex/bookcover/bookcover.dtx index 47ddeb2314e..06a364f0079 100644 --- a/Master/texmf-dist/source/latex/bookcover/bookcover.dtx +++ b/Master/texmf-dist/source/latex/bookcover/bookcover.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright (C) 2015-2020 by Tibor Tomacs +% Copyright (C) 2015-2022 by Tibor Tomacs % % This file may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.2 @@ -17,19 +17,19 @@ % \iffalse %<*driver> \ProvidesFile{bookcover.dtx} -\newcommand{\eifiledate}{2021/01/04} -\newcommand{\eifilever}{v3.3} +\newcommand{\eifiledate}{2022/08/08} +\newcommand{\eifilever}{v3.4} %</driver> %<class> %<class>\NeedsTeXFormat{LaTeX2e}[1999/12/01] -%<class>\ProvidesClass{bookcover}[2021/01/04 v3.3 class for book covers and dust jackets] +%<class>\ProvidesClass{bookcover}[2022/08/08 v3.4 class for book covers and dust jackets] % %<*driver> \documentclass{ltxdoc} \OnlyDescription \usepackage[T1]{fontenc} +\AddToHook{begindocument/before}[doc/hyperref]{\hypersetup{pdfstartview=FitH,bookmarksnumbered,colorlinks,allcolors=teal}} \usepackage[paperwidth=210mm,paperheight=295mm,textwidth=160mm,top=25mm,bottom=25mm,outer=25mm]{geometry} -\usepackage[unicode,pdfstartview=FitH,bookmarksnumbered,colorlinks,allcolors=teal]{hyperref} \usepackage[english]{babel} \usepackage{graphicx,listings,calc,multirow,array,paralist,eso-pic,tikz} @@ -1226,17 +1226,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}} diff --git a/Master/texmf-dist/source/latex/bookcover/bookcover.ins b/Master/texmf-dist/source/latex/bookcover/bookcover.ins index d92a4d38dc2..c621cb15869 100644 --- a/Master/texmf-dist/source/latex/bookcover/bookcover.ins +++ b/Master/texmf-dist/source/latex/bookcover/bookcover.ins @@ -1,5 +1,5 @@ -% 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 @@ -15,7 +15,7 @@ \usedir{tex/latex/bookcover} \preamble 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 |