Peter Wilson's Memoir documentclass has a wealth of options, including a larger range of font sizes for documents than normal --- I'm still experimenting, but a first pass which seemed okay for a start was:
\documentclass[9pt,b6paper]{memoir}
%%% set up the page layout
%\settrimmedsize{11in}{210mm}{*}
\setlength{\trimtop}{0pt}
\setlength{\trimedge}{\stockwidth}
\addtolength{\trimedge}{-\paperwidth}
\setulmargins{2cm}{*}{*}
\setlrmargins{2cm}{*}{*}
\setmarginnotes{17pt}{51pt}{\onelineskip}
\setheadfoot{\onelineskip}{2\onelineskip}
\setheaderspaces{*}{2\onelineskip}{*}
\checkandfixthelayout
However, far better to use latex2rtf to make a .rtf file instead of washing out all the formatting in a .pdf
William
|