[2045] in athena10
Re: TeX and a4 (Re: [Debathena] #131: dvips uses a4 paper)
daemon@ATHENA.MIT.EDU (Jonathan Reed)
Fri Apr 3 21:57:07 2009
Cc: Debathena Trac <debathena@mit.edu>, jhawk@mit.edu, broder@mit.edu,
geofft@mit.edu
Message-Id: <DA6ACEA4-7969-4B2F-861F-456A65FA425C@mit.edu>
From: Jonathan Reed <jdreed@MIT.EDU>
To: Anders Kaseorg <andersk@mit.edu>
In-Reply-To: <alpine.DEB.2.00.0904032135110.6942@vinegar-pot.mit.edu>
Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes
Mime-Version: 1.0 (Apple Message framework v919.2)
Date: Fri, 3 Apr 2009 21:56:38 -0400
Content-Transfer-Encoding: 8bit
On Apr 3, 2009, at 9:38 PM, Anders Kaseorg wrote:
> In fact, I’m having a hard time figuring out how to specify 1″
> margins in
> such a way that doesn’t also force the paper size to letter.
> \usepackage[margin=1in]{geometry} gives me a letter document even
> after an
> explicit `texconfig paper a4`.
>
> Does anyone have an example document that exhibits the problem
> you’re
> worried about?
I can test on Monday, but I'd be interested in knowing how it behaves
with the 3 methods specified in this stock answer:
http://kb.mit.edu/confluence/pages/viewpage.action?pageId=3907057
In short, it's
- \usepackage{fullpage}
- changing the margins by hand with \addtolength
- and using simplemargins.sty in the SIPB locker
If any of those turn out to fail and can't be fixed, I can update the
stock answer accordingly.
I'd also like to know what happens with the current thesis templates
(which can also be updated if necessary, but it's worth knowing what
happens with the current version, which many people may have already
copied locally).
-Jon