emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: RC <recif@yahoo.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: Latex export to documentclass beamer
Date: Mon, 10 Aug 2009 13:46:49 +0200	[thread overview]
Message-ID: <987B84F2-277F-49D1-94EB-E795C03C1DF4@gmail.com> (raw)
In-Reply-To: <loom.20090809T153814-99@post.gmane.org>


On Aug 9, 2009, at 5:45 PM, RC wrote:

> Carsten Dominik <carsten.dominik <at> 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-classes
>>>   ...
>
>> For this line to be working, the variable must have been defined.
>> Either precede the code with
>>  (require 'org-latex)
>> or wrap it into
>> (eval-after-load "org-latex" '(add-to-list....))
>> - Carsten
>
> Thanks! That worked.
>
> I had a a couple more questions about using latex-export.
>
> 1.
> * Slide 5
> \uncover<2->
> {appear from slide 2 on\\ }
> \uncover<3-4>
> {appears from 3 to slide 4\\ }
> \uncover<4>{appears on slide 4\\ }
> \uncover<3->{appears from slide 3 on\\ }

You can warp this code in #+begin_latex ... #+end_latex

>
> gets output as:
>
> \begin{frame}\frametitle{Slide 5}
> \label{sec-5}
> \uncover<2->
> \{appear from slide 2 on\\ \}
> \uncover<3-4>
> \{appears from 3 to slide 4\\ \}
> \uncover<4>\{appears on slide 4\\ \}
> \uncover<3->\{appears from slide 3 on\\ \}
> \end{frame}
>
> Is there a way to avoid { and } being output as \{ and \} ,  
> respectively.
>
> 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.

- Carsten

  reply	other threads:[~2009-08-10 11:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-09 13:05 Latex export to documentclass beamer RC
2009-08-09 14:17 ` Carsten Dominik
2009-08-09 15:45   ` RC
2009-08-10 11:46     ` Carsten Dominik [this message]
2009-08-11  4:14       ` William Henney
  -- strict thread matches above, loose matches on Subject: below --
2009-08-17 14:43 Robert Goldman
2009-08-17 16:17 ` Robert Goldman
2009-08-17 18:19   ` Nick Dokos
2009-08-17 18:35     ` Robert Goldman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=987B84F2-277F-49D1-94EB-E795C03C1DF4@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=recif@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).