Dear Will,<br>Thanks for your example. However, I wasn&#39;t able to get the trim marks. I only get two pages with &quot;test&quot; on them.<br>I had to compile the code throught xelatex, because in &quot;plain&quot; latex I got an error opening the PDF.<br>
Any suggestions?<br>Cheers!<br clear="all">Nicolas<br>
<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"><pre>In addition to setting the crop marks you should also set the trim,  <br>crop and bleed boxes appropriately --- your printer should have  <br>
specifics on the minimums necessary.<br><br>You&#39;ll want the package atbegshi and code like to:<br><br>&gt;&gt;&gt;<i> \documentclass{minimal}<br></i>&gt;&gt;&gt;<i><br></i>&gt;&gt;&gt;<i> \usepackage[paperwidth=630bp,paperheight=810bp]{geometry}<br>
</i>&gt;&gt;&gt;<i><br></i>&gt;&gt;&gt;<i> \usepackage{atbegshi}<br></i>&gt;&gt;&gt;&gt;<i> \AtBeginShipout{%<br></i>&gt;&gt;&gt;&gt;<i> \setbox\AtBeginShipoutBox=\hbox{%<br></i>&gt;&gt;&gt;&gt;<i>   \special{pdf: put @thispage &lt;&lt;/TrimBox[9 9 621 801]&gt;&gt;}%<br>
</i>&gt;&gt;&gt;&gt;<i>   \box\AtBeginShipoutBox<br></i>&gt;&gt;&gt;&gt;<i> }%<br></i>&gt;&gt;&gt;&gt;<i> }<br></i>&gt;&gt;&gt;<i><br></i><br>\special{pdf: put @thispage &lt;&lt;/TrimBox [9.0 9.0 621.0 801.0]&gt;&gt;}<br>
\begin{document}<br>Test<br>\newpage<br>Test<br>\end{document}<br><br>Note the manually added special before begin{document}<br><br>William<br><br>-- <br>William Adams<br>senior graphic designer<br>Fry Communications<br>Sphinx of black quartz, judge my vow.<br>
</pre></blockquote><br>