From mboxrd@z Thu Jan 1 00:00:00 1970 From: jdavidboyd@adboyd.com (J. David Boyd) Subject: Re: setting left margin in PDF output of ORG file Date: Wed, 23 Apr 2014 12:59:39 -0400 Message-ID: References: <87oazsm6yx.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56620) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wd0Wf-0001eW-G9 for emacs-orgmode@gnu.org; Wed, 23 Apr 2014 13:00:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wd0Wa-0006xN-1i for emacs-orgmode@gnu.org; Wed, 23 Apr 2014 13:00:01 -0400 Received: from plane.gmane.org ([80.91.229.3]:46914) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wd0WZ-0006x0-R5 for emacs-orgmode@gnu.org; Wed, 23 Apr 2014 12:59:55 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wd0WX-00014l-EX for emacs-orgmode@gnu.org; Wed, 23 Apr 2014 18:59:53 +0200 Received: from www1.g9.pair.com ([66.39.4.53]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Apr 2014 18:59:53 +0200 Received: from jdavidboyd by www1.g9.pair.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Apr 2014 18:59:53 +0200 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: emacs-orgmode@gnu.org Bastien writes: > jdavidboyd@adboyd.com (J. David Boyd) writes: > >> I've looked through all the latex, org-latex, org-beamer variables I can >> find with customize-apropos, but not having any luck. > > You can use the LaTeX geometry package: > > \usepackage[margin=0.25in]{geometry} > > HTH, Thanks, but since my LaTeX-fu and Org-fu are quite weak, where would I use this at? I can put it into the .tex file that is created manually, then run pdflatex 3 times like org does, but there must be somewhere to put it into the org config, yes? Dave