From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kenneth Jacker Subject: Re: Paper Size for Exported LaTeX Date: Tue, 21 Oct 2014 18:08:11 -0400 Message-ID: <87vbndaxf8.fsf@be.cs.appstate.edu> References: <87lho9482f.fsf@be.cs.appstate.edu> <8738ah88fv.fsf@alphaville.bos.redhat.com> Reply-To: khj@cs.appstate.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xghmx-0001si-Uc for emacs-orgmode@gnu.org; Tue, 21 Oct 2014 18:20:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xghmq-0004Yz-Fn for emacs-orgmode@gnu.org; Tue, 21 Oct 2014 18:20:23 -0400 Received: from mta5.appstate.edu ([152.10.1.199]:53016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xghmq-0004Yn-AJ for emacs-orgmode@gnu.org; Tue, 21 Oct 2014 18:20:16 -0400 In-Reply-To: <8738ah88fv.fsf@alphaville.bos.redhat.com> (Nick Dokos's message of "Tue, 21 Oct 2014 16:38:28 -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: Nick Dokos Cc: emacs-orgmode@gnu.org 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? ;-) Sorry if dumb questions, but am trying to figure out the org/latex approach ... Thanks for the 'pdfinfo' tip ... -Kenneth