emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] questions about exporting to latex using beamer documentcl


From: Nick Dokos
Subject: Re: [Orgmode] questions about exporting to latex using beamer documentclass
Date: Sat, 04 Jul 2009 23:40:15 -0400

Spike Spiegel <address@hidden> wrote:

> ...
> - I also need to include an image in the titlepage but I don't see any
> way to override \maketitle other than maybe renewcommand'ing it, which
> I tried with #+LaTeX_HEADER, but kept getting errors, altho that might
> have been me. While poking around I noticed
> org-export-latex-title-command in org-latex.el but I'm unsure how I'd
> use that to achieve my goal.
> 

This can be done using beamer's \titlegraphic command. Add

#+LaTeX_HEADER: \titlegraphic{\includegraphics{foo.png}}

to your org file.

HTH,
Nick




reply via email to

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