Spike Spiegel <fsm...@gmail.com> 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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to