From: JBash <bashveank@gmail.com>
To: emacs-orgmode Mode <emacs-orgmode@gnu.org>
Subject: Basic beamer export
Date: Tue, 12 Mar 2013 02:57:14 -0400 [thread overview]
Message-ID: <CAJnMDSv7dcsHZaFpewK=4-U1Rz-O_C3+=neeA65CQF1U5Th4Bg@mail.gmail.com> (raw)
[-- 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 --]
next reply other threads:[~2013-03-12 6:57 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-12 6:57 JBash [this message]
2013-03-12 9:34 ` Basic beamer export 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAJnMDSv7dcsHZaFpewK=4-U1Rz-O_C3+=neeA65CQF1U5Th4Bg@mail.gmail.com' \
--to=bashveank@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).