View Single Post
Old 04-07-2011, 03:29 PM   #15
valex
Enthusiast
valex began at the beginning.
 
Posts: 25
Karma: 26
Join Date: Oct 2010
Location: IL, USA
Device: kindle 3
Quote:
Originally Posted by valex View Post
Another problem is that Kindle centers partially full pages (starts/ends of chapters) vertically
Update: fixed by placing invisible (light gray) dots into the corners

Code:
\usepackage[width=85.09mm, height=111.76mm, center]{crop}

\usepackage[pdftex]{pict2e}
\usepackage{color}
\definecolor{light-gray}{gray}{0.95}

\newcommand*\cornerCrop{% 
  \begin{picture}(0,0)
    \unitlength1pt
    \put(0,0){\color{light-gray}\circle*{1}}
\end{picture}}

\cropdef\cornerCrop\cornerCrop\cornerCrop\cornerCrop{cornerDots}
\crop[cornerDots]
valex is offline   Reply With Quote