emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] LaTeX Export option for titlepage


From: Mark Elston
Subject: Re: [Orgmode] LaTeX Export option for titlepage
Date: Tue, 05 May 2009 13:41:44 -0700
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

Thanks, Russel.  That was it.

Actually, after a little playing around I, too, blanked it out
and added a #+BEGIN_LaTeX/#+END_LaTeX fragment to set everything
up just the way I wanted it.

Mark

Russell Adams wrote:
Try redefining org-export-latex-title-command. I often blank it and
make my own title page.

On Tue, May 05, 2009 at 12:22:49PM -0700, Mark Elston wrote:
I am exporting a report to LaTeX and PDF and would like
to modify the generated output somewhat and can't find
the place I need to tweak.

Currently, with the toc turned on the generated .tex
file has

  \maketitle

immediately after the \begin{document} command.

I would like to change this to:

  \begin{titlingpage}
  \maketitle
  \end{titlingpage}

Is there any way to have this happen automatically?  Obviously,
it isn't a huge deal to edit the file and tweak it manually.
I just thought it would be nice to be able to parameterize this
somehow.

Unfortunately the org-export-latex-classes only specify
the headers up to the \begin{document} command.

Mark






reply via email to

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