emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Beamer presentation in the document
@ 2010-06-09  9:25 Sébastien Vauban
  2010-06-09 17:18 ` Eric Schulte
  2010-06-10  8:36 ` Sébastien Vauban
  0 siblings, 2 replies; 12+ messages in thread
From: Sébastien Vauban @ 2010-06-09  9:25 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Hi,

Got a few questions about a beamer presentation that is a subtree in the
document.

Let's take this example:

--8<---------------cut here---------------start------------->8---
#+TITLE:     Complete Minimal Example
#+AUTHOR:    Sébastien Vauban
#+EMAIL:     wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org
#+DATE:      2010-06-09
#+LANGUAGE:  en_US

* Document

** Amounts

*** Data

    Here, I study different cases, with the data provided by the client.

*** Assumptions

    Having made the following assumptions:
    - first
    - second
    - third

*** Results

    I get this resulting table:

    #+ATTR_LaTeX: align=lr
    | Rate (%) |  Interests |
    |----------+------------|
    |     3.50 | 2564935.21 |
    |     4.00 | 2931354.52 |
    |     4.50 | 3297773.83 |
    |     5.00 | 3664193.15 |
    |     5.50 | 4030612.46 |
    #+TBLFM: $2=(73283863*$1)/100;%.2f

* Presentation
  :PROPERTIES:
  :TITLE: Beamer slides
  :LaTeX_CLASS: beamer
  :LaTeX_CLASS_OPTIONS: [presentation,t]
  :BEAMER_FRAME_LEVEL: 1
  :BEAMER_HEADER_EXTRA: \usetheme{default}\usecolortheme{default}
  :COLUMNS: %40ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra)
  :END:

** Amounts

  - Here is the table:

    #+ATTR_LaTeX: align=lr
    | Rate (%) |  Interests |
    |----------+------------|
    |     3.50 | 2564935.21 |
    |     4.00 | 2931354.52 |
    |     4.50 | 3297773.83 |
    |     5.00 | 3664193.15 |
    |     5.50 | 4030612.46 |
    #+TBLFM: $2=(73283863*$1)/100;%.2f

    See document for full analysis.
--8<---------------cut here---------------end--------------->8---

Questions are:

1. How could I use the same table in the slides as in the document, without
   copy/pasting it?

   Is there, maybe, some Babel black magic at hand?  Export/import?

2. How can I use a title, for the slides, different from the heading
   `Presentation'?

   You can see that my `TITLE' property gets ignored.

3. How can I easily switch between exporting:
   - the document, or
   - the slides?

   I guess I must use include/exclude tags?  Right?

   Anything standardized in that direction?

Best regards,
  Seb

PS- Carsten, have hyper-ultra-mega nice holidays!

-- 
Sébastien Vauban


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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-06-24  8:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-09  9:25 Beamer presentation in the document Sébastien Vauban
2010-06-09 17:18 ` Eric Schulte
2010-06-10  8:03   ` Sébastien Vauban
2010-06-10 17:11     ` Eric Schulte
2010-06-10 21:36       ` Sébastien Vauban
2010-06-10 21:55         ` Eric Schulte
2010-06-21  9:34           ` Sébastien Vauban
2010-06-10  8:36 ` Sébastien Vauban
2010-06-11  7:29   ` Sébastien Vauban
2010-06-21  9:46     ` Sébastien Vauban
2010-06-21 20:03       ` Eric S Fraga
2010-06-24  6:39       ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).