Spike Spiegel <fsm...@gmail.com> 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:nicholas.do...@hp.com}{nicholas.dokos@hp.com}$>$
| #+EMAIL: nicholas.do...@hp.com
| #+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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to