Nick Dokos wrote:
> Robert Goldman wrote:
>
>> Here's another challenge --- is there a good way to handle this in the
>> exporter?
>>
>> If you use VERBATIM in a beamer frame, then you need to add the optional
>> argument "fragile" to the environment, like this:
>>
>> \begin{frame}[fragile]
>>
>>
Robert Goldman wrote:
> Here's another challenge --- is there a good way to handle this in the
> exporter?
>
> If you use VERBATIM in a beamer frame, then you need to add the optional
> argument "fragile" to the environment, like this:
>
> \begin{frame}[fragile]
>
> instead of just
>
> \begin
Here's another challenge --- is there a good way to handle this in the
exporter?
If you use VERBATIM in a beamer frame, then you need to add the optional
argument "fragile" to the environment, like this:
\begin{frame}[fragile]
instead of just
\begin{frame}
I'd be surprised if there was a good
On Mon, Aug 10, 2009 at 6:46 AM, Carsten
Dominik wrote:
>> 2. Is there a way to add an attribute to latex lists (itemize, enumerate,
>> description} so that:
>>
>> * Slide 1
>> - x
>> - y
>> - z
>>
>> gets output as:
>> \begin{itemize}[<+->]
>> \item x
>> \item y
>> \item z
>> \end{itemize}
>
> No.
On Aug 9, 2009, at 5:45 PM, RC wrote:
Carsten Dominik gmail.com> writes:
On Aug 9, 2009, at 3:05 PM, RC wrote:
Hi,
Following an earlier suggestion on the list:
http://thread.gmane.org/gmane.emacs.orgmode/15010/focus=15077
I added the following to my .emacs file:
(add-to-list 'org-expor
Carsten Dominik gmail.com> writes:
>
>
> On Aug 9, 2009, at 3:05 PM, RC wrote:
>
> > Hi,
> > Following an earlier suggestion on the list:
> > http://thread.gmane.org/gmane.emacs.orgmode/15010/focus=15077
> >
> > I added the following to my .emacs file:
> >
> > (add-to-list 'org-export-latex-cl