emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Neil Hepburn <nhepburn@ualberta.ca>
To: Xin Shi <shixin111@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: No title or date in LaTeX export
Date: Thu, 29 Jul 2010 15:05:04 -0600	[thread overview]
Message-ID: <B5338CDC-4CA3-4B55-AEA7-A384DB84D039@ualberta.ca> (raw)
In-Reply-To: <AANLkTimtUhMpiNot0wFTnqKkMEpBe+2MVxoi8iNyu-5Z@mail.gmail.com>

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.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  parent reply	other threads:[~2010-07-29 21:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-29 20:31 No title or date in LaTeX export Xin Shi
2010-07-29 20:52 ` Xin Shi
2010-07-29 21:02 ` Nick Dokos
2010-07-29 21:05 ` Neil Hepburn [this message]
2010-07-29 23:00 ` John Hendy
2010-07-29 23:01   ` John Hendy
2010-08-02 12:22     ` Xin Shi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B5338CDC-4CA3-4B55-AEA7-A384DB84D039@ualberta.ca \
    --to=nhepburn@ualberta.ca \
    --cc=emacs-orgmode@gnu.org \
    --cc=shixin111@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).