emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Basic beamer export
@ 2013-03-12  6:57 JBash
  2013-03-12  9:34 ` Glyn Millington
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: JBash @ 2013-03-12  6:57 UTC (permalink / raw)
  To: emacs-orgmode Mode


[-- Attachment #1.1: Type: text/plain, Size: 932 bytes --]

Hello,

I am apparently missing something very basic in the setup for beamer
export.  I have used http://orgmode.org/worg/exporters/beamer/ox-beamer.html as
a guide and have:

;; Export to Beamer Presentation
(require 'ox-latex)
(add-to-list 'org-latex-classes
             '("beamer"
               "\\documentclass\[presentation\]\{beamer\}"
               ("\\section\{%s\}" . "\\section*\{%s\}")
               ("\\subsection\{%s\}" . "\\subsection*\{%s\}")
               ("\\subsubsection\{%s\}" . "\\subsubsection*\{%s\}")))

in my .emacs file.  As you can see from the attached files, I'm getting
nested items rather than frames in the exported .tex file for the 3rd level
headlines, as I'd expect.  I am using Org-mode version 8.0-pre
(release_8.0-pre-33-g5c25ed and emacs 24.2.1.

I've attached the .org file and the .tex file that is generated.  I'd
appreciate if someone could point out what I'm missing.

Thanks,
Jerry

[-- Attachment #1.2: Type: text/html, Size: 1393 bytes --]

[-- Attachment #2: beamer_attempt1.org --]
[-- Type: application/octet-stream, Size: 616 bytes --]

#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation,smaller]
#+BEAMER_THEME: default
#+OPTIONS:   H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
#+OPTIONS:   TeX:t LaTeX:t skip:nil d:(not LOGBOOK) todo:t pri:nil tags:t

* Section One
** Subsection One
*** Slide One
 - Bullet One
   - Sub-Bullet One
   - Sub-Bullet Two
 - Bullet Two
 - Bullet Three
   - Sub-Bullet One
*** Slide Two
 - Bullet Two (Slide 2)
 - Bullet Three (Slide 2)
** Subsection Two
*** Slide Three
 - Bullet one
   - Sub-Bullet One
 - Bullet two
* Section Two
*** Slide Four
 - Bullet One (Slide 4)
*** Slide Five
 - Bullet One
  

[-- Attachment #3: beamer_attempt1.tex --]
[-- Type: application/x-tex, Size: 1664 bytes --]

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

end of thread, other threads:[~2013-03-19 13:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-12  6:57 Basic beamer export JBash
2013-03-12  9:34 ` Glyn Millington
2013-03-12 10:01   ` Glyn Millington
2013-03-12 10:21   ` JBash
2013-03-12 10:27     ` JBash
2013-03-12 14:48 ` Suvayu Ali
2013-03-13  4:52   ` JBash
2013-03-13 13:45     ` Suvayu Ali
2013-03-13 15:01       ` Achim Gratz
2013-03-15 14:59         ` JBash
2013-03-17 15:17           ` Suvayu Ali
2013-03-19 13:38             ` JBash
2013-03-17 13:08 ` Eric S Fraga
2013-03-17 15:02   ` Suvayu Ali

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).