Dear Will,<br>Thanks for your example. However, I wasn't able to get the trim marks. I only get two pages with "test" on them.<br>I had to compile the code throught xelatex, because in "plain" 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'll want the package atbegshi and code like to:<br><br>>>><i> \documentclass{minimal}<br></i>>>><i><br></i>>>><i> \usepackage[paperwidth=630bp,paperheight=810bp]{geometry}<br>
</i>>>><i><br></i>>>><i> \usepackage{atbegshi}<br></i>>>>><i> \AtBeginShipout{%<br></i>>>>><i> \setbox\AtBeginShipoutBox=\hbox{%<br></i>>>>><i> \special{pdf: put @thispage <</TrimBox[9 9 621 801]>>}%<br>
</i>>>>><i> \box\AtBeginShipoutBox<br></i>>>>><i> }%<br></i>>>>><i> }<br></i>>>><i><br></i><br>\special{pdf: put @thispage <</TrimBox [9.0 9.0 621.0 801.0]>>}<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>