From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Geller Subject: Re: Customising title page Date: Sat, 03 Apr 2010 12:13:38 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ny0Sd-0007sL-Ox for emacs-orgmode@gnu.org; Sat, 03 Apr 2010 06:20:15 -0400 Received: from [140.186.70.92] (port=55269 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ny0SX-0007pN-11 for emacs-orgmode@gnu.org; Sat, 03 Apr 2010 06:20:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ny0SV-0008RK-RE for emacs-orgmode@gnu.org; Sat, 03 Apr 2010 06:20:08 -0400 Received: from lo.gmane.org ([80.91.229.12]:35747) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ny0SV-0008R1-KO for emacs-orgmode@gnu.org; Sat, 03 Apr 2010 06:20:07 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ny0SR-00061R-Cr for emacs-orgmode@gnu.org; Sat, 03 Apr 2010 12:20:03 +0200 Received: from dslb-088-067-168-251.pools.arcor-ip.net ([88.67.168.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 03 Apr 2010 12:20:03 +0200 Received: from fgeller by dslb-088-067-168-251.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 03 Apr 2010 12:20:03 +0200 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: emacs-orgmode@gnu.org [02.04.2010 23:11] Graham Smith writes: > I would like to customise the title page, which I can do with a series > of LATEX_HEADER as below. > As I build up the full title page this is going to get a bit tedious > and I wondered if there a better way of doing this? Hi Graham, a simple trick: Use LaTeX for the title page. Create a separate file and then include it your org file via #+LaTeX: \input{title.tex} Cheers, Felix