blob: edf59078d873afddae6f9dd2e08f5d48a0d10783 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
\input utf8-t1
\documentclass{book}
\usepackage{zwtools,lmodern}
\usepackage[T1]{fontenc}
\usepackage[protrusion=false,expansion=true,stretch=8,shrink=24,step=4]{microtype}
\Nsize 8/4mm
\small \normalsize
\usepackage[c8,margins=6mm,headheight=4mm,headsep=4mm,
croplength=3mm,cropgap=2mm,
cropmarks,cropframe,croptitle=Adjust\ footskip]{zwpagelayout}
\markboth{Sample page}{Sample page}
\begin{document}
\input{LoremIpsumDolor}
\end{document}
|