summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.tex
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/latex/bookcover/bookcover-example1.tex
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/latex/bookcover/bookcover-example1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/bookcover-example1.tex19
1 files changed, 12 insertions, 7 deletions
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}