Code: Select all
\documentclass[a4paper,10pt]{article}
\usepackage{geometry}
\geometry{paperheight=210mm,paperwidth=297mm}
\usepackage[a4,axes,cam,center]{crop}
\crop[font=\upshape\mdseries\small\textsf] % after GEOMETRY package
In fact, I receive Missing \endcsname inserted. <to be read again> \protect errors at each page, and the output does not look like what I wanted it to. Here is a MWE:
Code: Select all
\documentclass[a4paper,10pt]{article}
\usepackage{geometry}
\geometry{paperheight=210mm,paperwidth=297mm}
\usepackage[a4,axes,cam,center]{crop}
\crop[font=\upshape\mdseries\small\textsf] % after GEOMETRY package!!
\begin{document}
Test.
\newpage
Here we are (in fact, no).
\end{document}
Thanks.