13 lines
401 B
TeX
13 lines
401 B
TeX
\startenvironment paper
|
|
|
|
% Proefschrift formaat is 17x24cm
|
|
% We doen aan beide zijden 5mm afloop, zodat we plaatjes vol kunnen printen
|
|
\definepapersize[proefschrift+rand][width=180mm, height=250mm]
|
|
\definepapersize[proefschrift][width=170mm, height=240mm]
|
|
\setuppapersize[proefschrift][proefschrift+rand]
|
|
\setuplayout[location={middle,middle}]
|
|
|
|
% Snijranden
|
|
\setuplayout[marking=on]
|
|
|
|
\stopenvironment
|