emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] questions about exporting to latex using beamer documentcl


From: Nick Dokos
Subject: Re: [Orgmode] questions about exporting to latex using beamer documentclass
Date: Sun, 05 Jul 2009 11:38:05 -0400

Spike Spiegel <address@hidden> wrote:

> ...
> I did some more work last night and came across another issues:
> - #BEGIN_VERBATIM won't work because to use the \begin{verbatim}
> environment the \being{frame} requires [fragile]
> 

I worked around this when working on my presentation by putting verbatim stuff
in a file and using \verbatiminput:

,----
| #+LaTeX_CLASS: beamer
| #+TITLE: Example presentation
| #+AUTHOR: Nick Dokos \\ $<$\href{mailto:address@hidden@hp.com}$>$
| #+EMAIL: address@hidden
| #+OPTIONS: toc:nil H:2
| #+LaTeX_HEADER: \titlegraphic{\includegraphics{foo.png}}
| * Why \includegraphics[width=5cm]{foo.png}
| ** Reason 1.
|    Text explaining reason #1.
| ** Reason 2.
|    ... more explanations.
| ** Reason 3.
|    Blah, blah, blah.
|  
| ** Reason 4.
|    Why not?
| 
| * What
| ** First piece.
| #+LaTeX: \verbatiminput{foo.1}
| ** Second piece.
| #+LaTeX: \verbatiminput{foo.2}
| ** Third piece.
| ** Fourth piece.
`----

HTH,
Nick




reply via email to

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