From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: setting left margin in PDF output of ORG file Date: Wed, 23 Apr 2014 16:54:46 +0200 Message-ID: <87oazsm6yx.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcyZi-0000jt-80 for emacs-orgmode@gnu.org; Wed, 23 Apr 2014 10:55:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WcyZb-0004RA-Aa for emacs-orgmode@gnu.org; Wed, 23 Apr 2014 10:55:02 -0400 Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:57053) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcyZb-0004Qx-35 for emacs-orgmode@gnu.org; Wed, 23 Apr 2014 10:54:55 -0400 Received: by mail-wg0-f45.google.com with SMTP id l18so957439wgh.28 for ; Wed, 23 Apr 2014 07:54:54 -0700 (PDT) In-Reply-To: (J. David Boyd's message of "Wed, 23 Apr 2014 10:48:39 -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: "J. David Boyd" Cc: emacs-orgmode@gnu.org 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, -- Bastien