emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Beamer Hello World Help Request
@ 2015-03-08  1:50 Matthew Gidden
  2015-03-08 15:47 ` Matthew Gidden
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew Gidden @ 2015-03-08  1:50 UTC (permalink / raw)
  To: emacs-orgmode


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

Hi folks,

I've been trying to follow the getting started tutorials
<http://orgmode.org/worg/exporters/beamer/tutorial.html> 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
<https://gist.github.com/gidden/46651818155f4267a016>. 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

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

[-- Attachment #2: pres.pdf --]
[-- Type: application/pdf, Size: 64594 bytes --]

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

* Re: Beamer Hello World Help Request
  2015-03-08  1:50 Beamer Hello World Help Request Matthew Gidden
@ 2015-03-08 15:47 ` Matthew Gidden
  2015-03-09 15:14   ` Eric S Fraga
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew Gidden @ 2015-03-08 15:47 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1772 bytes --]

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 <gidden@wisc.edu> wrote:

> Hi folks,
>
> I've been trying to follow the getting started tutorials
> <http://orgmode.org/worg/exporters/beamer/tutorial.html> 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 <https://gist.github.com/gidden/46651818155f4267a016>. 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

[-- Attachment #2: Type: text/html, Size: 2943 bytes --]

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

* Re: Beamer Hello World Help Request
  2015-03-08 15:47 ` Matthew Gidden
@ 2015-03-09 15:14   ` Eric S Fraga
  0 siblings, 0 replies; 3+ messages in thread
From: Eric S Fraga @ 2015-03-09 15:14 UTC (permalink / raw)
  To: Matthew Gidden; +Cc: emacs-orgmode

On Sunday,  8 Mar 2015 at 10:47, Matthew Gidden wrote:
> 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!

No worries!  I still do this every now and again... :(  Glad you figured
it out.
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-843-ga5f1a3.dirty

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

end of thread, other threads:[~2015-03-09 15:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-08  1:50 Beamer Hello World Help Request Matthew Gidden
2015-03-08 15:47 ` Matthew Gidden
2015-03-09 15:14   ` Eric S Fraga

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