summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/zwpagelayout/adjustfoot.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/adjustfoot.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/zwpagelayout/adjustfoot.tex')
-rw-r--r--macros/latex/contrib/zwpagelayout/adjustfoot.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/macros/latex/contrib/zwpagelayout/adjustfoot.tex b/macros/latex/contrib/zwpagelayout/adjustfoot.tex
new file mode 100644
index 0000000000..271723e490
--- /dev/null
+++ b/macros/latex/contrib/zwpagelayout/adjustfoot.tex
@@ -0,0 +1,16 @@
+\documentclass{book}
+\usepackage{lmodern}
+\usepackage[T1]{fontenc}
+\usepackage[protrusion=false,expansion=true,stretch=8,shrink=24,step=4]{microtype}
+\makeatletter
+\renewcommand\normalsize{\@setfontsize\normalsize{8}{4mm}}\makeatother
+\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}