Or memoir, or komascript's book package, &c.
Here's an answer I worked up on tex.stackexchange a while back:
\documentclass[showtrims]{memoir}
\setstocksize{846bp}{648bp}
\settrimmedsize{10.75in}{8in}{*}
\settrims{36bp}{36bp}
\settypeblocksize{600bp}{480bp}{*}
\setcolsepandrule{18bp}{0pt}
\setulmargins{111bp}{*}{*}
\setlrmargins{36bp}{*}{*}
\setheaderspaces{*}{54bp}{*}
\setheadfoot{18bp}{21bp}
\setmarginnotes{1bp}{1bp}{1bp}
\checkandfixthelayout
\quarkmarks
\usepackage{atbegshi}
\AtBeginShipout{\special{pdf: put @thispage <</TrimBox [36.0 36.0 612 810]>>}}
\special{pdf: put @thispage <</TrimBox [36.0 36.0 612 810]>>}
\begin{document}
Test\clearpage Test
\end{document}
It actually applies the pdf bounding boxes prepress applications expect --- verify by turning on the option under Acrobat | Preferences | General | Page Display:
Show art, trim, & bleed boxes
Memoir is an excellent package and you should read the documentation if nothing else.
|