From: Fanpeng Kong <kshark343@gmail.com>
To: emacs-orgmode@gnu.org
Subject: org mode latex export excude title
Date: Fri, 30 Dec 2016 23:11:21 +1100 [thread overview]
Message-ID: <m2tw9lr506.fsf@gmail.com> (raw)
I am trying to use org mode to write a paper. The latex template of the
journal restricts the location of `\title{}` command to be after the
`\begin{document}`. While by leaving `#+TITLE:` empty and specify
`#+OPTIONS: title:nil` in my org file, I can remove the `\maketitle` command in the
latex export. However, and empty title `\title{}` is still exported
prior to the `\begin{document}`. And it causes problem for the template
I am using.
Following is an minimal example of the org mode latex export. Is there
any way to excude the empty `\title{}` command?
\documentclass[10pt]{article}
\usepackage{}
...
\usepackage{}
\date{}
\title{}
\hypersetup{
}
\begin{document}
...
\end{document}
Any suggestion will be appreciated. And of course, Happy New Year!
Cheers
Fanpeng
next reply other threads:[~2016-12-30 12:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-30 12:11 Fanpeng Kong [this message]
2016-12-30 17:26 ` org mode latex export excude title Charles C. Berry
2016-12-30 19:13 ` Ken Mankoff
2016-12-30 19:55 ` Charles C. Berry
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2tw9lr506.fsf@gmail.com \
--to=kshark343@gmail.com \
--cc=emacs-orgmode@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.