emacs-orgmode
[Top][All Lists]
Advanced

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

Nick Dokos: Re: [Orgmode] questions about exporting to latex using beame


From: Nick Dokos
Subject: Nick Dokos: Re: [Orgmode] questions about exporting to latex using beamer documentclass
Date: Sun, 05 Jul 2009 12:11:51 -0400

Apologies - I did a "Reply", instead of "Reply all". Spike, thanks for pointing
out the omission.

------- Forwarded Message

Date:    Sun, 05 Jul 2009 00:24:42 -0400
From:    Nick Dokos <address@hidden>
To:      Spike Spiegel <address@hidden>
cc:      address@hidden
Subject: Re: [Orgmode] questions about exporting to latex using beamer document
          class

Spike Spiegel <address@hidden> wrote:

> ...
> - I'm in the situation that I need to pass options to an image
> (\includegraphics) in a frame's title (frames are beamer's idea of
> slide). Based on the docs it seems I should be doing something like
> "#+ATTR_LaTeX: width=5cm,angle=90" but I can't put that within a
> headline before the image and it won't work if I put it before it
> because it'll end up outside of the frame

I'm afraid I don't quite understand your description. Can you provide a bit
more detail about what you are  trying to do and how you are going about it?

Here's how I interpreted your description of adding an image to a frame's title
(see the "Why" headline below - note that I use a slightly different setup for 
beamer
as described in http://article.gmane.org/gmane.emacs.orgmode/15126).

,----
| #+LaTeX_CLASS: beamer
| #+TITLE: Example presentation
| #+AUTHOR: Nick Dokos \\ $<$\href{mailto:address@hidden
@hp.com}$>$
| #+EMAIL: address@hidden
| #+OPTIONS: toc:nil H:2
| #+LaTeX_HEADER: \titlegraphic{\includegraphics{foo.png}}
| * Why \includegraphics[width=5cm]{foo.png}
| ** Reason 1.
|    Text explaining reason #1.
| ** Reason 2.
|    ... more explanations.
| ** Reason 3.
|    Blah, blah, blah.
|  
| ** Reason 4.
|    Why not?
| 
| * What
| ** First piece.
| ** Second piece.
| ** Third piece.
| ** Fourth piece.
`----

I can pass optional parameters just fine as shown above. But I'm not
sure whether this is really what you want.

Thanks,
Nick


------- End of Forwarded Message





reply via email to

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