summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-12-16 21:29:48 +0000
committerKarl Berry <karl@freefriends.org>2020-12-16 21:29:48 +0000
commit8bf408bb66dfe68280d0c320ac7a9f8e0fbe1396 (patch)
tree093f5143576d9d053cc1083f749d8d1adf87b28d /Master/texmf-dist/doc
parente047bbf1c29b1b63ce70098b2a9815a177af1f03 (diff)
bookcover (16dec20)
git-svn-id: svn://tug.org/texlive/trunk@57151 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/bookcover-example1.pdfbin714029 -> 715916 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/bookcover-example1.tex19
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/bookcover-example2.pdfbin78368 -> 78361 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/bookcover-example2.tex12
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/bookcover.pdfbin1835270 -> 1547812 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/figures/bookcover-barcode.pdfbin5129 -> 7400 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/figures/bookcover-description.pdfbin0 -> 43758 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/figures/bookcover-dustjacket.pdfbin0 -> 276931 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/figures/bookcover-einstein.pdfbin597503 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/figures/bookcover-foldingmargin.pdfbin0 -> 33182 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/figures/bookcover-margins.pdfbin0 -> 1569 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/figures/bookcover-parts.pdfbin84212 -> 84132 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/figures/bookcover-result.pdfbin11552 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-foldingmargin.pdfbin0 -> 11013 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-withflaps.pdfbin0 -> 10702 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-withoutflaps.pdfbin0 -> 10332 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme.pdfbin17727 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/figures/bookcover-sizes.pdfbin42051 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikz.pdfbin1532 -> 1524 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikzclip.pdfbin1592 -> 1568 bytes
20 files changed, 23 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.pdf b/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.pdf
index 10c8a90f985..f135d8b245f 100644
--- a/Master/texmf-dist/doc/latex/bookcover/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/bookcover-example1.tex b/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.tex
index da74f6d62b9..203c4a6fce9 100644
--- a/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.tex
+++ b/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.tex
@@ -1,5 +1,10 @@
-\documentclass[coverwidth=15cm,coverheight=20cm,spinewidth=25mm,
- flapwidth=6cm,wrapwidth=5mm]{bookcover}
+\documentclass[
+ coverwidth=15cm,
+ coverheight=20cm,
+ spinewidth=25mm,
+ flapwidth=6cm,
+ wrapwidth=5mm,
+ ]{bookcover}
\newbookcovercomponenttype{center rotate}{
\vfill
@@ -9,8 +14,8 @@
\usepackage[outline]{contour}% It doesn't work with xelatex and lualatex
\contourlength{1pt}
-\usepackage[latin]{babel}
-\usepackage{lipsum,microtype}
+\usepackage[english]{babel}
+\usepackage{kantlipsum,microtype}
\begin{document}
@@ -67,19 +72,19 @@
% Text on the back cover
\begin{bookcoverelement}{normal}{back}[2cm,2cm,2cm,2cm]
- \color{white}\lipsum[1]
+ \color{white}\kant[1]
\end{bookcoverelement}
% Text and picture on the front flap
\begin{bookcoverelement}{normal}{front flap}[1cm,1cm,1cm,2cm]
- \color{white}\lipsum[2]
+ \color{white}\kant[2]
\vfill
{\centering\includegraphics{./figures/bookcover-dice.pdf}\par}
\end{bookcoverelement}
% Text on the back flap
\begin{bookcoverelement}{normal}{back flap}[1cm,2cm,1cm,2cm]
- \color{white}\lipsum[2]
+ \color{white}\kant[3]
\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
index 50d15d81db6..ce201737b93 100644
--- a/Master/texmf-dist/doc/latex/bookcover/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/bookcover-example2.tex b/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.tex
index 7c298de1645..1d6cbdd74fe 100644
--- a/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.tex
+++ b/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.tex
@@ -1,10 +1,17 @@
-\documentclass[markcolor=black,spinewidth=15mm]{bookcover}
+\documentclass[
+ spinewidth=15mm,
+ markcolor=black,
+ ]{bookcover}
+
\usepackage[latin]{babel}
\usepackage{lipsum,microtype}
\begin{document}
+% ----------------------------------------------------------------------
% Outside cover
+% ----------------------------------------------------------------------
+
\begin{bookcover}
% Remark
@@ -45,7 +52,10 @@
\end{bookcover}
+% ----------------------------------------------------------------------
% Inside cover
+% ----------------------------------------------------------------------
+
\begin{bookcover}
% Remark
diff --git a/Master/texmf-dist/doc/latex/bookcover/bookcover.pdf b/Master/texmf-dist/doc/latex/bookcover/bookcover.pdf
index 54edee5c631..f8867abc091 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/bookcover-barcode.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-barcode.pdf
index 3da147b6ff7..fbd7fc3208a 100644
--- a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-barcode.pdf
+++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-barcode.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-description.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-description.pdf
new file mode 100644
index 00000000000..ee8755e38f5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-description.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-dustjacket.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-dustjacket.pdf
new file mode 100644
index 00000000000..c1caae30f78
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-dustjacket.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-einstein.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-einstein.pdf
deleted file mode 100644
index 592f7d5641a..00000000000
--- a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-einstein.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-foldingmargin.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-foldingmargin.pdf
new file mode 100644
index 00000000000..1586332ed1c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-foldingmargin.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-margins.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-margins.pdf
new file mode 100644
index 00000000000..63869061705
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-margins.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-parts.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-parts.pdf
index 752284839ba..648e6a338ad 100644
--- a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-parts.pdf
+++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-parts.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-result.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-result.pdf
deleted file mode 100644
index dfc65e6cd4b..00000000000
--- a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-result.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-foldingmargin.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-foldingmargin.pdf
new file mode 100644
index 00000000000..6eb0784e742
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-foldingmargin.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-withflaps.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-withflaps.pdf
new file mode 100644
index 00000000000..5ae8ab86b4f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-withflaps.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-withoutflaps.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-withoutflaps.pdf
new file mode 100644
index 00000000000..411e4f4194e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-withoutflaps.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme.pdf
deleted file mode 100644
index ff5cd7708bc..00000000000
--- a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-sizes.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-sizes.pdf
deleted file mode 100644
index 2c81249975c..00000000000
--- a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-sizes.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikz.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikz.pdf
index 3ac9d8b5ad5..b0aef8e737f 100644
--- a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikz.pdf
+++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikz.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikzclip.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikzclip.pdf
index 2c3b22e2a80..9c65cdb40ac 100644
--- a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikzclip.pdf
+++ b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikzclip.pdf
Binary files differ