Quote:
Originally Posted by Jellby
Yeah, default margins suck for ebooks. I'd recommend using the memoir class (instead of the standard book, report, article...) and reading its excellent manual. Or, at a minimum, use the geometry package thus:
Code:
\usepackage[papersize={9cm,12cm},margin=2mm]{geometry}
|
And where can that manual be found?
(and I'd still love a crash course in creating ebooks for e-ink devices using LaTeX!)