Re: Re: Specifying fonts, margins, etc. when publishing to PDF?
Evan Monroig <[email protected]> Thu, 01 Jun 2006 13:28:04 +0900
| Newsgroups | gmane.emacs.wiki.general |
|---|---|
| Message-ID | <[email protected]> |
Paul Lussier <[email protected]> writes: > Jim Ottaway <[email protected]> writes: > >> It's quite easy to change to some fonts, for example > > Very cool, thanks a lot! Any idea how to set margins? Hmm, I bet I > can figure that out from some LyX document I have laying around... > > Thanks again! With the package 'geometry' you can do that quite straightforwardly. Here is an example of use: \usepackage[pdftex, letterpaper, textwidth=143mm, height=235mm, left=33.3mm, top=23.8mm]{geometry} Evan