summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bookcover
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-22 22:48:08 +0000
committerKarl Berry <karl@freefriends.org>2018-01-22 22:48:08 +0000
commit362e328e33bb4ae48fbc7be834631952ed6028f8 (patch)
tree6acd934b85dc6c4e2ec1c7558050d7d6253d604a /Master/texmf-dist/doc/latex/bookcover
parent01961fc557f91eac6c8b730202c4999c837f2f87 (diff)
bookcover (22jan18)
git-svn-id: svn://tug.org/texlive/trunk@46410 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bookcover')
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/README4
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/bookcover-example-obsoletemethod.tex (renamed from Master/texmf-dist/doc/latex/bookcover/example-oldmethod.tex)18
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/bookcover-example1.pdf (renamed from Master/texmf-dist/doc/latex/bookcover/example1.pdf)bin275533 -> 276015 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/bookcover-example1.tex (renamed from Master/texmf-dist/doc/latex/bookcover/example1.tex)17
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/bookcover-example2.pdf (renamed from Master/texmf-dist/doc/latex/bookcover/example2.pdf)bin170221 -> 170223 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/bookcover-example2.tex (renamed from Master/texmf-dist/doc/latex/bookcover/example2.tex)0
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/bookcover.pdfbin1527538 -> 1452803 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/figures/barcode.pdfbin2645 -> 4978 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/figures/ruler.pdfbin14502 -> 11976 bytes
9 files changed, 21 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/bookcover/README b/Master/texmf-dist/doc/latex/bookcover/README
index 8afea1de9fb..b34e7927c86 100644
--- a/Master/texmf-dist/doc/latex/bookcover/README
+++ b/Master/texmf-dist/doc/latex/bookcover/README
@@ -14,8 +14,8 @@ LaTeX version 1999/12/01 or later.
Install:
- Run 'latex bookcover.ins' for bookcover.cls
- - Run 'pdflatex example1.tex' for example1.pdf
- - Run 'pdflatex example2.tex' for example2.pdf
+ - Run 'pdflatex bookcover-example1.tex' for bookcover-example1.pdf
+ - Run 'pdflatex bookcover-example2.tex' for bookcover-example2.pdf
- Run three times 'pdflatex bookcover.dtx' for bookcover.pdf
diff --git a/Master/texmf-dist/doc/latex/bookcover/example-oldmethod.tex b/Master/texmf-dist/doc/latex/bookcover/bookcover-example-obsoletemethod.tex
index 35659072758..4d12768ccb0 100644
--- a/Master/texmf-dist/doc/latex/bookcover/example-oldmethod.tex
+++ b/Master/texmf-dist/doc/latex/bookcover/bookcover-example-obsoletemethod.tex
@@ -1,8 +1,10 @@
-\documentclass[12pt,spinewidth=25mm,coverwidth=15cm,coverheight=20cm,flapwidth=6cm]{bookcover}
-\usepackage{contour,lipsum}
+\documentclass[spinewidth=25mm,coverwidth=15cm,coverheight=20cm,flapwidth=6cm]{bookcover}
+\usepackage[outline]{contour}
+\usepackage{lipsum}
\contourlength{1pt}
\definecolor{lightbrown}{RGB}{176,88,0}
\colorlet{title}{yellow!60!black}
+
\begin{document}
% Black background color on the whole cover
@@ -30,13 +32,13 @@
\centering
\vspace{60mm}
\color{title}\sffamily\bfseries
- \resizebox*{50mm}{8mm}{\contour[120]{black}{Rose Taylor}}
+ \resizebox*{50mm}{8mm}{\contour{black}{Rose Taylor}}
\par
\vspace{20mm}
\resizebox*{90mm}{40mm}{\parbox{35mm}{
\centering
- \contour[120]{black}{PROBABILITY}\\
- \contour[120]{black}{THEORY}\\}}}
+ \contour{black}{PROBABILITY}\\
+ \contour{black}{THEORY}\\}}}
% Picture (cards.png) on the front, behind the title
\setbookcover{fgsecond}{front}{
@@ -45,11 +47,11 @@
\includegraphics[width=8cm]{./figures/cards.png}}
% Text on the spine
-\setbookcover{fgfirst}{spine}{
+\setbookcover{fgfirst}{spine}{%
\vfill
\centering
- \rotatebox[origin=c]{90}{\contour[120]{black}{
- \color{title}\huge\sffamily\bfseries
+ \rotatebox[origin=c]{90}{\contour{black}{%
+ \color{title}\huge\sffamily\bfseries%
Rose Taylor -- Probability Theory}}
\vfill}
diff --git a/Master/texmf-dist/doc/latex/bookcover/example1.pdf b/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.pdf
index 0f6cea1d750..f3d0f46efda 100644
--- a/Master/texmf-dist/doc/latex/bookcover/example1.pdf
+++ b/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bookcover/example1.tex b/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.tex
index 6f44f29be0a..446263394c8 100644
--- a/Master/texmf-dist/doc/latex/bookcover/example1.tex
+++ b/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.tex
@@ -1,10 +1,11 @@
-\documentclass[12pt,spinewidth=25mm,coverwidth=15cm,coverheight=20cm,flapwidth=6cm]{bookcover}
+\documentclass[spinewidth=25mm,coverwidth=15cm,coverheight=20cm,flapwidth=6cm]{bookcover}
\newbookcovercomponenttype{center rotate}{
\parbox[t][\partheight][c]{\partwidth}{
\begin{center}
\rotatebox[origin=c]{90}{#1}
\end{center}}}
-\usepackage{contour,lipsum}
+\usepackage[outline]{contour}
+\usepackage{lipsum}
\contourlength{1pt}
\definecolor{lightbrown}{RGB}{176,88,0}
\colorlet{title}{yellow!60!black}
@@ -43,17 +44,17 @@
\centering
\vspace{60mm}
\color{title}\sffamily\bfseries
- \resizebox*{50mm}{8mm}{\contour[120]{black}{Rose Taylor}}
+ \resizebox*{50mm}{8mm}{\contour{black}{Rose Taylor}}
\par\vspace{20mm}
\resizebox*{90mm}{40mm}{\parbox{35mm}{
\centering
- \contour[120]{black}{PROBABILITY}\\
- \contour[120]{black}{THEORY}\\}}}
+ \contour{black}{PROBABILITY}\\
+ \contour{black}{THEORY}\\}}}
% Text on the spine
-\bookcovercomponent{center rotate}{spine}{
- \contour[120]{black}{
- \color{title}\huge\sffamily\bfseries
+\bookcovercomponent{center rotate}{spine}{%
+ \contour{black}{%
+ \color{title}\huge\sffamily\bfseries%
Rose Taylor -- Probability Theory}}
% Text on the back cover
diff --git a/Master/texmf-dist/doc/latex/bookcover/example2.pdf b/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.pdf
index 8cff522178b..06c4eb6fc6b 100644
--- a/Master/texmf-dist/doc/latex/bookcover/example2.pdf
+++ b/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bookcover/example2.tex b/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.tex
index 9444376f895..9444376f895 100644
--- a/Master/texmf-dist/doc/latex/bookcover/example2.tex
+++ b/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.tex
diff --git a/Master/texmf-dist/doc/latex/bookcover/bookcover.pdf b/Master/texmf-dist/doc/latex/bookcover/bookcover.pdf
index 62e4021917c..204238ba833 100644
--- a/Master/texmf-dist/doc/latex/bookcover/bookcover.pdf
+++ b/Master/texmf-dist/doc/latex/bookcover/bookcover.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/barcode.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/barcode.pdf
index 367629c03e0..8ebc815498b 100644
--- a/Master/texmf-dist/doc/latex/bookcover/figures/barcode.pdf
+++ b/Master/texmf-dist/doc/latex/bookcover/figures/barcode.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/ruler.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/ruler.pdf
index fcb1c4b20a4..73ec878781a 100644
--- a/Master/texmf-dist/doc/latex/bookcover/figures/ruler.pdf
+++ b/Master/texmf-dist/doc/latex/bookcover/figures/ruler.pdf
Binary files differ