summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/zwpagelayout/coversample.tex
blob: 35ad4a3a08b8f48f319607474e5a231f096299fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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}