emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Beamer Hello World Help Request


From: Matthew Gidden
Subject: Re: [O] Beamer Hello World Help Request
Date: Sun, 8 Mar 2015 10:47:42 -0500

FWIW, I was a complete noob and was exporting to a Latex PDF (C-c C-e l p) instead of a Beamer PDF (C-c C-e l P). Sorry for spamming the list!

On Sat, Mar 7, 2015 at 7:50 PM, Matthew Gidden <address@hidden> wrote:
Hi folks,

I've been trying to follow the getting started tutorials for making beamer presentations and have hit a snag. Following the tutorial, I have a minimum example of a pres.org file and the resulting pres.tex file as a gist. The resulting pdf is attached. The resulting tex file was generated from the C-c C-e l p command after having added the following to my .emacs file:

(setq org-latex-to-pdf-process (list "latexmk -pdf %f"))
(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\}")))

I believe I should be getting a presentation with two frames; however, the generated latex does not wrap subsections in frame tags, and I'm not sure how to proceed from here based on the available tutorial material. 

Some specs:
org-8.2.10
emacs-23.4.1

Any suggestions would be greatly appreciated! Please let me know if I can provide additional information.

Cheers,
Matt

--
Matthew Gidden
Ph.D. Candidate, Nuclear Engineering
The University of Wisconsin -- Madison
Ph. 225.892.3192



--
Matthew Gidden
Ph.D. Candidate, Nuclear Engineering
The University of Wisconsin -- Madison
Ph. 225.892.3192

reply via email to

[Prev in Thread] Current Thread [Next in Thread]