From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: Paper Size for Exported LaTeX Date: Tue, 21 Oct 2014 12:29:05 -1000 Message-ID: References: <87lho9482f.fsf@be.cs.appstate.edu> <8738ah88fv.fsf@alphaville.bos.redhat.com> <87vbndaxf8.fsf@be.cs.appstate.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xghvh-00061W-Mk for emacs-orgmode@gnu.org; Tue, 21 Oct 2014 18:29:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xghvb-00073n-D0 for emacs-orgmode@gnu.org; Tue, 21 Oct 2014 18:29:25 -0400 Received: from gproxy7-pub.mail.unifiedlayer.com ([70.40.196.235]:54804) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Xghvb-00073O-27 for emacs-orgmode@gnu.org; Tue, 21 Oct 2014 18:29:19 -0400 In-Reply-To: <87vbndaxf8.fsf@be.cs.appstate.edu> (Kenneth Jacker's message of "Tue, 21 Oct 2014 18:08:11 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: khj@cs.appstate.edu Cc: Nick Dokos , emacs-orgmode@gnu.org Aloha Kenneth, Kenneth Jacker writes: > ndokos> This may be a TeX installation default. > > Apparently, 'letter' is the default. > > ndokos> If it is indeed the case that it is using A4 (check it with > ndokos> pdfinfo on linux, ... > > Good suggestion. I used 'pdfinfo' on the generated PDF file and saw > (among other output) this: > > Page size: 612 x 792 pts (letter) > > So, I guess I need to explicitly change the L/R and top/bottom margins. > > Here's what I do using emacs/latex without Org: > > \setlength{\textheight}{9.25in} > \setlength{\textwidth}{6.75in} > \setlength{\oddsidemargin}{0in} > \setlength{\evensidemargin}{0in} > \setlength{\topmargin}{-0.6in} > > Can I just put the above somewhere near the beginning of my .org file? > Or, is there a "better" way? ;-) If you want to achieve what you do using LaTeX without Org mode, then this should work: #+LATEX_HEADER: \setlength{\textheight}{9.25in} #+LATEX_HEADER: \setlength{\textwidth}{6.75in} ... hth, Tom -- Thomas S. Dye http://www.tsdye.com