* Customising title page
@ 2010-04-02 21:11 Graham Smith
2010-04-03 10:13 ` Felix Geller
0 siblings, 1 reply; 2+ messages in thread
From: Graham Smith @ 2010-04-02 21:11 UTC (permalink / raw)
To: emacs-orgmode
I would like to customise the title page, which I can do with a series
of LATEX_HEADER as below.
As I build up the full title page this is going to get a bit tedious
and I wondered if there a better way of doing this?
Thanks,
Graham
#+TITLE:
#+LATEX_HEADER: \begin{titlepage}
#+LATEX_HEADER: \begin{center}
#+LATEX_HEADER: {\LARGE Daffodil populations in Gloucestershire}
#+LATEX_HEADER: \end{center}
#+LATEX_HEADER: \end{titlepage}
#+EXPORT_EXCLUDE_TAGS: noexport
#+TAGS:noexport(n)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Customising title page
2010-04-02 21:11 Customising title page Graham Smith
@ 2010-04-03 10:13 ` Felix Geller
0 siblings, 0 replies; 2+ messages in thread
From: Felix Geller @ 2010-04-03 10:13 UTC (permalink / raw)
To: emacs-orgmode
[02.04.2010 23:11] Graham Smith writes:
> I would like to customise the title page, which I can do with a series
> of LATEX_HEADER as below.
> As I build up the full title page this is going to get a bit tedious
> and I wondered if there a better way of doing this?
Hi Graham,
a simple trick: Use LaTeX for the title page. Create a separate file and
then include it your org file via
#+LaTeX: \input{title.tex}
Cheers,
Felix
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-03 10:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-02 21:11 Customising title page Graham Smith
2010-04-03 10:13 ` Felix Geller
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.