From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: page setup - PDF Export Date: Thu, 13 May 2010 16:37:24 +0100 Message-ID: <878w7nbyob.wl%ucecesf@ucl.ac.uk> References: Reply-To: e.fraga@ucl.ac.uk Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Thu_May_13_16:37:24_2010-1" Return-path: Received: from [140.186.70.92] (port=50661 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCbEL-0005jE-LE for emacs-orgmode@gnu.org; Thu, 13 May 2010 12:25:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCbEH-0001lO-7G for emacs-orgmode@gnu.org; Thu, 13 May 2010 12:25:49 -0400 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:35482) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCbEH-0001lG-2l for emacs-orgmode@gnu.org; Thu, 13 May 2010 12:25:45 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rares Pop Cc: emacs-orgmode@gnu.org --Multipart_Thu_May_13_16:37:24_2010-1 Content-Type: text/plain; charset=US-ASCII On Thu, 13 May 2010 15:15:26 +0300, Rares Pop wrote: > > [1 ] > [1.1 ] > Hi all, > > do you there is a way to modify the page setup parameters (top, bottom, > left, right) when doing an PDF export. > There are some predefined templates for A4, A5 format? > > I searched the manual and the mailing list and didn't find anything. > > Appreciate your help, > Rares PDF export makes use of latex so you need to provide latex customisations. The easiest (IMO) way to modify margins and paper size is through the geometry package, as in: #+latex_header: \usepackage[margin=5cm]{geometry} in the preamble of your org file. See the documentation for the latex geometry package (on the web etc) for full details of everything you can modify! HTH, eric --Multipart_Thu_May_13_16:37:24_2010-1 Content-Type: text/plain; charset=US-ASCII -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D --Multipart_Thu_May_13_16:37:24_2010-1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --Multipart_Thu_May_13_16:37:24_2010-1--