emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] No title or date in LaTeX export


From: Neil Hepburn
Subject: Re: [Orgmode] No title or date in LaTeX export
Date: Thu, 29 Jul 2010 15:05:04 -0600

Hi Xin

To get rid of this stuff, simply put the following at the top of your org file:

#+OPTIONS: author:nil
#+TITLE: 
#+DATE: 

alternatively you can use

#+TITLE: 
#+AUTHOR: 
#+DATE:

If you use the second option, your tex file will have 
\title{}
\author{}
\date{}

but will not have the \maketitle command.

-Neil 
(not an expert but an inquisitive user)


On 2010-07-29, at 2:31 PM, Xin Shi wrote:

> Hello Experts,
> 
> When I export the org file to LaTeX, I want no title or date in the first 
> page.  Namely, I want these lines to be commented out:
> 
> %\title{XXXXXX}
> %\date{XXXXX}
> %\maketitle 
> 
> So far, I only found
> #+OPTIONS: author:nil  can make:
> 
> %\author{XXXX} 
> 
> I also tried :
> 
> # Local Variables:
> # org-export-latex-title-command: " "
> # End:
> 
> but still saw the \maketitle .
> 
> Any suggestions?
> 
> Thanks!
> 
> Xin
> 
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode




reply via email to

[Prev in Thread] Current Thread [Next in Thread]