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 <nicholas.do...@hp.com>
To:      Spike Spiegel <fsm...@gmail.com>
cc:      nicholas.do...@hp.com
Subject: Re: [Orgmode] questions about exporting to latex using beamer document
          class

Spike Spiegel <fsm...@gmail.com> 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:nicholas.do...@hp.com}{nicholas.dokos
@hp.com}$>$
| #+EMAIL: nicholas.do...@hp.com
| #+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



_______________________________________________
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