emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Glyn Millington <glyn.millington@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Basic beamer export
Date: Tue, 12 Mar 2013 10:01:41 +0000	[thread overview]
Message-ID: <871ubllywq.fsf@nowhere.org> (raw)
In-Reply-To: 87620xm05m.fsf@nowhere.org

Glyn Millington <glyn.millington@gmail.com> writes:

> JBash <bashveank@gmail.com> writes:
>
>> 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.
>
>
> Does adding
>
> (require 'ox-beamer) in .emacs help?
>

Following up to myself - sorry

Does this do what you want?

8<------8<------8<------8<------8<------8<------8<------8<------8<------

#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation,smaller]
#+BEAMER_THEME: default
#+BEAMER_HEADER: \beamerdefaultoverlayspecification{<+->}
#+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

8<------8<------8<------8<------8<------8<------8<------8<------8<------

atb

Glyn

  reply	other threads:[~2013-03-12 10:11 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-12  6:57 Basic beamer export JBash
2013-03-12  9:34 ` Glyn Millington
2013-03-12 10:01   ` Glyn Millington [this message]
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=871ubllywq.fsf@nowhere.org \
    --to=glyn.millington@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).