Thread: Tex to LRF?
View Single Post
Old 04-07-2008, 07:56 AM   #4
WillAdams
Wizard
WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.
 
WillAdams's Avatar
 
Posts: 1,276
Karma: 3982000
Join Date: Feb 2008
Device: Amazon Kindle Scribe and Paperwhite (300ppi)
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
WillAdams is online now   Reply With Quote