emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Buffer-local override of org-latex-title-command?
@ 2013-04-29  6:31 James Harkins
  2013-04-29 12:21 ` Thomas S. Dye
  0 siblings, 1 reply; 8+ messages in thread
From: James Harkins @ 2013-04-29  6:31 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

I've decided to write my next research article using org's LaTeX
export. The first problem: the journal mandates one column for the
title/author heading and the abstract, while the remainder of the text
should be in two columns.

TeX FAQ recommends the following [1]:

\documentclass[twocolumn]{article}
...
\begin{document}
... % \author, etc
\twocolumn[
  \begin{@twocolumnfalse}
    \maketitle
    \begin{abstract}
      ...
    \end{abstract}
  \end{@twocolumnfalse}
]

I can get very near to that this way:

#+LaTeX: \twocolumn[ \begin{@twocolumnfalse} \maketitle
#+BEGIN_abstract
This is my abstract. This is my abstract.
This is my abstract. This is my abstract.
#+END_abstract
#+LaTeX: \end{@twocolumnfalse} ]

... followed by outline headings marking sections.

The problem is that the "org-latex-title-command" variable places
\maketitle before the \twocolumn[...] bit. I realize I can customize
the variable and make it an empty string, but I'm not sure I want this
to take effect for every document I export to LaTeX.

Is there a way to clear this variable that is local to the buffer?

hjh

[1] http://www.tex.ac.uk/cgi-bin/texfaq2html?label=onecolabs

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-04-30  1:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-29  6:31 Buffer-local override of org-latex-title-command? James Harkins
2013-04-29 12:21 ` Thomas S. Dye
2013-04-29 12:26   ` James Harkins
2013-04-29 13:00     ` Thomas S. Dye
2013-04-29 14:08     ` Nicolas Goaziou
2013-04-29 17:04       ` Thomas S. Dye
2013-04-29 17:11         ` Bastien
2013-04-30  1:41       ` James Harkins

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).