From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Nick Dokos: Re: questions about exporting to latex using beamer documentclass Date: Sun, 05 Jul 2009 12:11:51 -0400 Message-ID: <19420.1246810311@gamaville.dokosmarshall.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNVI3-0003E3-QF for emacs-orgmode@gnu.org; Sun, 05 Jul 2009 13:14:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNVHy-00036H-2b for emacs-orgmode@gnu.org; Sun, 05 Jul 2009 13:14:10 -0400 Received: from [199.232.76.173] (port=33271 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNVHx-000369-RX for emacs-orgmode@gnu.org; Sun, 05 Jul 2009 13:14:05 -0400 Received: from vms173013pub.verizon.net ([206.46.173.13]:60833) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MNVHx-0001Q8-Ed for emacs-orgmode@gnu.org; Sun, 05 Jul 2009 13:14:05 -0400 Received: from gamaville.dokosmarshall.org ([98.110.172.221]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KMB00GM7GZ0FIA3@vms173013.mailsrvcs.net> for emacs-orgmode@gnu.org; Sun, 05 Jul 2009 11:11:29 -0500 (CDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 To: Spike Spiegel cc: nicholas.dokos@hp.com Subject: Re: [Orgmode] questions about exporting to latex using beamer document class Spike Spiegel 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.dokos@hp.com}{nicholas.dokos @hp.com}$>$ | #+EMAIL: nicholas.dokos@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