Re: [Orgmode] Tweaking org-laxtex-export-classes

2010-10-23 Thread Marvin Doyley
Thanks Chris, This worked like a charm. Cheers M On Fri, Oct 22, 2010 at 12:51 PM, Chris Malone wrote: > Hi Marvin, > > One hackish work around is to set the title to an empty string > > #+TITLE: > > This sets \title{} in the preamble and omits the \maketitle command. Then > after including al

Re: [Orgmode] Tweaking org-laxtex-export-classes

2010-10-22 Thread Chris Malone
Hi Marvin, One hackish work around is to set the title to an empty string #+TITLE: This sets \title{} in the preamble and omits the \maketitle command. Then after including all of your #+LATEX_HEADER's you could add the following LaTeX commands where you want to produce the title: #+LATEX: \ti