diff options
author | Karl Berry <karl@freefriends.org> | 2020-12-06 22:15:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-12-06 22:15:49 +0000 |
commit | ee7ad4e344ed96fd200349a08cc117577b65c83e (patch) | |
tree | 4baa405c1ef96a128e552222aa03fd399feb0ef4 /Master/texmf-dist/doc/latex/bookcover | |
parent | 3fdb50c0c03b81f4a73e2aded83a4cd2e8b35e86 (diff) |
bookcover (6dec20)
git-svn-id: svn://tug.org/texlive/trunk@57079 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bookcover')
39 files changed, 76 insertions, 100 deletions
diff --git a/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.pdf b/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.pdf Binary files differindex 57ce8d14dea..10c8a90f985 100644 --- a/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.pdf +++ b/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.pdf diff --git a/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.tex b/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.tex index 9351a8687ac..da74f6d62b9 100644 --- a/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.tex +++ b/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.tex @@ -1,17 +1,16 @@ -\documentclass[spinewidth=25mm,coverwidth=15cm,coverheight=20cm,flapwidth=6cm]{bookcover} +\documentclass[coverwidth=15cm,coverheight=20cm,spinewidth=25mm, + flapwidth=6cm,wrapwidth=5mm]{bookcover} \newbookcovercomponenttype{center rotate}{ - \parbox[t][\partheight][c]{\partwidth}{ - \begin{center} - \rotatebox[origin=c]{90}{#1} - \end{center}}} + \vfill + \centering + \rotatebox[origin=c]{-90}{#1} + \vfill} \usepackage[outline]{contour}% It doesn't work with xelatex and lualatex \contourlength{1pt} -\definecolor{lightbrown}{RGB}{176,88,0} -\colorlet{title}{yellow!60!black} \usepackage[latin]{babel} -\usepackage{lipsum} +\usepackage{lipsum,microtype} \begin{document} @@ -19,80 +18,68 @@ % Remark \begin{bookcoverelement}{center}{above front} - \textcolor{blue}{A DUST JACKET} + \textcolor{blue}{A dust jacket example} \end{bookcoverelement} -% Black background color on the whole cover +% Background color on the whole cover \begin{bookcoverelement}{color}{bg whole} black \end{bookcoverelement} -% Brown background picture on the whole cover, without the flaps +% Background picture on the whole cover without flaps \begin{bookcoverelement}{picture}{bg whole without flaps} - ./figures/bg.jpg + ./figures/bookcover-bg.jpg \end{bookcoverelement} -% Vertical light brown transparent trails on the back cover by a tikz code -\begin{bookcoverelement}{tikz}{bg back} - \fill[opacity=0.3,color=lightbrown] - (0mm,0mm) rectangle (20mm,210mm) (100mm,0mm) rectangle (150mm,210mm); +% Transparent areas on the back cover +\begin{bookcoverelement}{tikz}{bg back and wrap} + \fill[opacity=0.3,black!50] + (0,0) rectangle (25mm,\partheight) + (part.north east) rectangle ([xshift=-5cm]part.south east); \end{bookcoverelement} -% Vertical light brown transparent trails on the front cover by a tikz code -\begin{bookcoverelement}{tikz}{bg front} - \fill[opacity=0.3,color=lightbrown] - (0mm,0mm) rectangle (50mm,210mm) (130mm,0mm) rectangle (150mm,210mm); +% Transparent areas on the front cover +\begin{bookcoverelement}{tikz}{bg front and wrap} + \fill[opacity=0.3,black!50] + (0,0) rectangle (50mm,\partheight) + (part.north east) rectangle ([xshift=-25mm]part.south east); \end{bookcoverelement} -% Picture on the front, behind the title -\begin{bookcoverelement}{normal}{front} - \vspace{70mm} - \centering - \includegraphics[width=8cm]{./figures/cards.png} +% Picture on the front cover behind the title +\begin{bookcoverelement}{center}{front} + \includegraphics{./figures/bookcover-cards.pdf} \end{bookcoverelement} -% Text on the front cover -\begin{bookcoverelement}{normal}{front} +% Author and title on the front cover +\begin{bookcoverelement}{normal}{front}[,,,5cm] \centering - \vspace{60mm} - \color{title}\sffamily\bfseries - \resizebox*{50mm}{8mm}{\contour{black}{Rose Taylor}} - \par\vspace{20mm} - \resizebox*{90mm}{40mm}{\parbox{35mm}{ - \centering - \contour{black}{PROBABILITY}\\ - \contour{black}{THEORY}\\}} + \color{yellow!60!black}\sffamily\bfseries + \resizebox{!}{5mm}{\contour{black}{Rose Taylor}}\\[26mm] + \resizebox{!}{7mm}{\contour{black}{GAMBLING SYSTEMS}}\\[8mm] + \resizebox{!}{7mm}{\contour{black}{AND STRATEGIES}}\\ \end{bookcoverelement} -% Text on the spine +% Title on the spine \begin{bookcoverelement}{center rotate}{spine} - \contour{black}{% - \color{title}\huge\sffamily\bfseries - Rose Taylor -- Probability Theory} + \color{yellow!60!black}\huge\sffamily\bfseries + \contour{black}{Rose Taylor -- Gambling Systems and Strategies} \end{bookcoverelement} % Text on the back cover -\begin{bookcoverelement}{normal}{back} - \centering - \vspace{20mm} - \parbox{110mm}{\color{white}\lipsum[1]} +\begin{bookcoverelement}{normal}{back}[2cm,2cm,2cm,2cm] + \color{white}\lipsum[1] \end{bookcoverelement} % Text and picture on the front flap -\begin{bookcoverelement}{normal}{front flap} - \centering - \vspace{20mm} - \parbox{40mm}{\color{white}\lipsum[2]} +\begin{bookcoverelement}{normal}{front flap}[1cm,1cm,1cm,2cm] + \color{white}\lipsum[2] \vfill - \includegraphics[width=30mm]{./figures/dice.png} - \vspace{10mm} + {\centering\includegraphics{./figures/bookcover-dice.pdf}\par} \end{bookcoverelement} % Text on the back flap -\begin{bookcoverelement}{normal}{back flap} - \centering - \vspace{20mm} - \parbox{40mm}{\color{white}\lipsum[2]} +\begin{bookcoverelement}{normal}{back flap}[1cm,2cm,1cm,2cm] + \color{white}\lipsum[2] \end{bookcoverelement} \end{bookcover} diff --git a/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.pdf b/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.pdf Binary files differindex 14918ecb480..50d15d81db6 100644 --- a/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.pdf +++ b/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.pdf diff --git a/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.tex b/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.tex index 73970450351..7c298de1645 100644 --- a/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.tex +++ b/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.tex @@ -1,79 +1,68 @@ \documentclass[markcolor=black,spinewidth=15mm]{bookcover} \usepackage[latin]{babel} -\usepackage{lipsum} -\definecolor{amiyellow}{cmyk}{0,0,.6,0} +\usepackage{lipsum,microtype} \begin{document} -% The outside of the book cover +% Outside cover \begin{bookcover} % Remark \bookcovercomponent{center}{above front}{ - \textcolor{red}{\textsc{Annales Mathematicae et Informaticae} book cover -- outside}} + \textcolor{red}{\textsc{Annales Mathematicae} book cover (outside)}} -% Yellow triangle on the back cover by tikz code +% Blue area on the back cover \bookcovercomponent{tikz}{bg back}{ - \fill[amiyellow](.5,.5)--(17.5,24.5)--(17.5,0)--(.5,0)--cycle;} + \fill[blue!50](7/48,0)--(17.5,24.5)--(17.5,0)--cycle;} -% Yellow triangle on the front cover by tikz code +% Blue area on the front cover \bookcovercomponent{tikz}{bg front}{ - \fill[amiyellow](0,0)--(0,24.5)--(17,.5)--(17,0)--cycle;} + \fill[blue!50](0,0)--(0,24.5)--(833/48,0)--cycle;} -% Yellow background color on the spine -\bookcovercomponent{color}{bg spine}{amiyellow} +% Background color on the spine +\bookcovercomponent{color}{bg spine}{blue!50} -% Text on the spine +% Title on the spine \bookcovercomponent{center}{spine}{ - \rotatebox[origin=c]{90}{\footnotesize\bfseries - ANNALES MATHEMATICAE ET INFORMATICAE 43.~(2020)}} + \rotatebox[origin=c]{-90}{\large\bfseries + ANNALES MATHEMATICAE 43.~(2020)}} -% Text and pictures on the front cover -\bookcovercomponent{normal}{front}{ - \vspace{30mm} +% Text and picture on the front cover +\bookcovercomponent{normal}{front}[22mm,20mm,22mm,40mm]{ \centering - {\huge\bfseries ANNALES\\ MATHEMATICAE ET\\ INFORMATICAE\\[13mm]} - {\large\bfseries TOMUS 43.~(2020)}\\[10mm] - \includegraphics{./figures/summa.pdf} + {\huge\bfseries ANNALES\\ MATHEMATICAE\\[13mm]} + {\large\bfseries TOMUS 43.~(2020)} \vfill - {\large COMMISSIO REDACTORIUM}\\[3mm] - \parbox{123mm}{\centering\lipsum[2]\par} + \includegraphics{./figures/bookcover-pi.pdf} \vfill - {\large\bfseries HUNGARIA} - \vspace{10mm}} + {\large COMMISSIO REDACTORIUM}\\[3mm] + \lipsum[2]} % Text on the back cover -\bookcovercomponent{normal}{back}{ - \vspace{30mm} - \centering - {\large\bfseries Contents}\\[5mm] - \parbox{126mm}{\lipsum[1-4]}} +\bookcovercomponent{normal}{back}[22mm,10mm,22mm,30mm]{ + {\centering\large ABSTRACTUM\\[5mm]} + \lipsum[1-4]} \end{bookcover} -% The inside of the book cover +% Inside cover \begin{bookcover} % Remark -\bookcovercomponent{center}{above front}{ - \textcolor{red}{\textsc{Annales Mathematicae et Informaticae} book cover -- inside}} - -% Text on the front cover (it is back of the inside book cover!) -\bookcovercomponent{normal}{front}{ - \vspace{27mm} - \begin{center} - \bfseries - ANNALES MATHEMATICAE ET INFORMATICAE\\[3mm] - International journal for mathematics and computer science\\[3mm] - Referred by\\ - Zentralblatt f\"{u}r Mathematik\\ - and\\ - Mathematical Reviews\\ - \end{center} +\bookcovercomponent{center}{above inside back}{ + \textcolor{red}{\textsc{Annales Mathematicae} book cover (inside)}} + +% Background color on the whole inside cover +\bookcovercomponent{color}{bg whole}{blue!50} + +% Text on the inside back cover +\bookcovercomponent{normal}{inside back}[22mm,10mm,22mm,30mm]{ + \color{white} + {\centering\bfseries + ANNALES MATHEMATICAE\\[3mm] + Acta internationalis mathematicae\par} \bigskip - \begin{center} - \parbox{126mm}{\lipsum[1]} - \end{center}} + \lipsum[1]} \end{bookcover} diff --git a/Master/texmf-dist/doc/latex/bookcover/bookcover.pdf b/Master/texmf-dist/doc/latex/bookcover/bookcover.pdf Binary files differindex b6c800cfc63..54edee5c631 100644 --- a/Master/texmf-dist/doc/latex/bookcover/bookcover.pdf +++ b/Master/texmf-dist/doc/latex/bookcover/bookcover.pdf diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/background1.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/background1.pdf Binary files differdeleted file mode 100644 index ea3b9f60a4a..00000000000 --- a/Master/texmf-dist/doc/latex/bookcover/figures/background1.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/background2.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/background2.pdf Binary files differdeleted file mode 100644 index 086f24c011a..00000000000 --- a/Master/texmf-dist/doc/latex/bookcover/figures/background2.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/background3.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/background3.pdf Binary files differdeleted file mode 100644 index 84052be4fdf..00000000000 --- a/Master/texmf-dist/doc/latex/bookcover/figures/background3.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/background4.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/background4.pdf Binary files differdeleted file mode 100644 index 3a7581e4764..00000000000 --- a/Master/texmf-dist/doc/latex/bookcover/figures/background4.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/background5.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/background5.pdf Binary files differdeleted file mode 100644 index b124ef22479..00000000000 --- a/Master/texmf-dist/doc/latex/bookcover/figures/background5.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bg.jpg b/Master/texmf-dist/doc/latex/bookcover/figures/bg.jpg Binary files differdeleted file mode 100644 index 07973960627..00000000000 --- a/Master/texmf-dist/doc/latex/bookcover/figures/bg.jpg +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bg1.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bg1.pdf Binary files differdeleted file mode 100644 index fb68560cff5..00000000000 --- a/Master/texmf-dist/doc/latex/bookcover/figures/bg1.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bg4.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bg4.pdf Binary files differdeleted file mode 100644 index 7511a2e461a..00000000000 --- a/Master/texmf-dist/doc/latex/bookcover/figures/bg4.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/barcode.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-barcode.pdf Binary files differindex f06b38799fb..3da147b6ff7 100644 --- a/Master/texmf-dist/doc/latex/bookcover/figures/barcode.pdf +++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-barcode.pdf diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-bg.jpg b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-bg.jpg Binary files differnew file mode 100644 index 00000000000..517c6513e1b --- /dev/null +++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-bg.jpg diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-cards.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-cards.pdf Binary files differnew file mode 100644 index 00000000000..82f706af717 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-cards.pdf diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-dice.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-dice.pdf Binary files differnew file mode 100644 index 00000000000..a2d5d2659aa --- /dev/null +++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-dice.pdf diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/cover.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-einstein.pdf Binary files differindex 0859f68d55b..592f7d5641a 100644 --- a/Master/texmf-dist/doc/latex/bookcover/figures/cover.pdf +++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-einstein.pdf diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/newpart.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-newpart.pdf Binary files differindex d130e7f2751..572224053d8 100644 --- a/Master/texmf-dist/doc/latex/bookcover/figures/newpart.pdf +++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-newpart.pdf diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-parts.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-parts.pdf Binary files differnew file mode 100644 index 00000000000..752284839ba --- /dev/null +++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-parts.pdf diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-pi.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-pi.pdf Binary files differnew file mode 100644 index 00000000000..5e1cad7ebc3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-pi.pdf diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-result.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-result.pdf Binary files differnew file mode 100644 index 00000000000..dfc65e6cd4b --- /dev/null +++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-result.pdf diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-ruler.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-ruler.pdf Binary files differnew file mode 100644 index 00000000000..48f54d211ee --- /dev/null +++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-ruler.pdf diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme.pdf Binary files differnew file mode 100644 index 00000000000..ff5cd7708bc --- /dev/null +++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme.pdf diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/sizes.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-sizes.pdf Binary files differindex f27a96ff247..2c81249975c 100644 --- a/Master/texmf-dist/doc/latex/bookcover/figures/sizes.pdf +++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-sizes.pdf diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikz.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikz.pdf Binary files differnew file mode 100644 index 00000000000..3ac9d8b5ad5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikz.pdf diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikzclip.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikzclip.pdf Binary files differnew file mode 100644 index 00000000000..2c3b22e2a80 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikzclip.pdf diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-trimming.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-trimming.pdf Binary files differnew file mode 100644 index 00000000000..d2df8ec4a3a --- /dev/null +++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-trimming.pdf diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/cards.png b/Master/texmf-dist/doc/latex/bookcover/figures/cards.png Binary files differdeleted file mode 100644 index e2f7b77d35f..00000000000 --- a/Master/texmf-dist/doc/latex/bookcover/figures/cards.png +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/coverscheme.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/coverscheme.pdf Binary files differdeleted file mode 100644 index d4b20c6489f..00000000000 --- a/Master/texmf-dist/doc/latex/bookcover/figures/coverscheme.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/dice.png b/Master/texmf-dist/doc/latex/bookcover/figures/dice.png Binary files differdeleted file mode 100644 index 6e56bf68662..00000000000 --- a/Master/texmf-dist/doc/latex/bookcover/figures/dice.png +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/foreground1.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/foreground1.pdf Binary files differdeleted file mode 100644 index 73a08b85b9e..00000000000 --- a/Master/texmf-dist/doc/latex/bookcover/figures/foreground1.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/foreground2.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/foreground2.pdf Binary files differdeleted file mode 100644 index e3a7a2711c3..00000000000 --- a/Master/texmf-dist/doc/latex/bookcover/figures/foreground2.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/parts.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/parts.pdf Binary files differdeleted file mode 100644 index 29df53518b6..00000000000 --- a/Master/texmf-dist/doc/latex/bookcover/figures/parts.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/result.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/result.pdf Binary files differdeleted file mode 100644 index fff496deb49..00000000000 --- a/Master/texmf-dist/doc/latex/bookcover/figures/result.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/ruler.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/ruler.pdf Binary files differdeleted file mode 100644 index 73ec878781a..00000000000 --- a/Master/texmf-dist/doc/latex/bookcover/figures/ruler.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/summa.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/summa.pdf Binary files differdeleted file mode 100644 index 6983574c76f..00000000000 --- a/Master/texmf-dist/doc/latex/bookcover/figures/summa.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/tikz.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/tikz.pdf Binary files differdeleted file mode 100644 index 4139bae9d74..00000000000 --- a/Master/texmf-dist/doc/latex/bookcover/figures/tikz.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/tikzclip.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/tikzclip.pdf Binary files differdeleted file mode 100644 index b359b668542..00000000000 --- a/Master/texmf-dist/doc/latex/bookcover/figures/tikzclip.pdf +++ /dev/null |