summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/zwpagelayout/coversample.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/zwpagelayout/coversample.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/zwpagelayout/coversample.tex')
-rw-r--r--macros/latex/contrib/zwpagelayout/coversample.tex26
1 files changed, 26 insertions, 0 deletions
diff --git a/macros/latex/contrib/zwpagelayout/coversample.tex b/macros/latex/contrib/zwpagelayout/coversample.tex
new file mode 100644
index 0000000000..35ad4a3a08
--- /dev/null
+++ b/macros/latex/contrib/zwpagelayout/coversample.tex
@@ -0,0 +1,26 @@
+\input utf8-t1 % conversion from UTF-8 to T1 by encTeX
+\documentclass{book}
+\usepackage[papersize={,80mm},topmargin=5mm,
+ botmargin,strictheight,
+ leftmargin=0mm,flap=40mm,textwidth=50mm,spine=8mm,
+ cropmarks,cropframe,croptitle=Cover]{zwpagelayout}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern,rotating}
+\pagestyle{empty}
+\parindent 0mm
+\def\thePageNumber{Designed by Zdeněk Wagner}
+\begin{document}
+\small
+\hbox to \textwidth{%
+ \vbox to \textheight{\hsize \CropFlap \centering
+ Back flap\vfill}\hss
+ \vbox to \textheight{\hsize \UserWidth \centering
+ Back cover\vfill \leavevmode ISBN+EAN}\hss
+ \vbox to \textheight{\hsize \CropSpine \centering
+ \vfill
+ \begin{sideways}Spine\end{sideways}\vfill}\hss
+ \vbox to \textheight{\hsize \UserWidth \centering
+ Front cover\vfill \LaTeX}\hss
+ \vbox to \textheight{\hsize \CropFlap \centering
+ Front flap\vfill}}
+\end{document}