emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Andreas Leha <andreas.leha@med.uni-goettingen.de>
To: emacs-orgmode@gnu.org
Subject: BUG: beamer export and overlay specifications for nested list
Date: Tue, 25 Feb 2014 08:32:31 +0100	[thread overview]
Message-ID: <87ha7nlka8.fsf@med.uni-goettingen.de> (raw)

Hi all,

there seems to be a bug that becomes apparent when overlay
specifications are given to items in sublists.

Here is an example:

--8<---------------cut here---------------start------------->8---
#+TITLE: Example Presentation
#+AUTHOR: Carsten Dominik
#+OPTIONS: H:2
#+LATEX_CLASS: beamer
#+LATEX_CLASS_OPTIONS: [presentation]
#+BEAMER_THEME: Madrid
#+COLUMNS: %45ITEM %10BEAMER_ENV(Env) %10BEAMER_ACT(Act) %4BEAMER_COL(Col) %8BEAMER_OPT(Opt)

* This is the first structural section

** Frame 1

- @@beamer:<1->@@ First Item
  - @@beamer:<only@1>@@ First Subitem
  - @@beamer:<only@2>@@ Second Subitem
- @@beamer:<3->@@ Second Item
--8<---------------cut here---------------end--------------->8---


And the relevant part of the exported tex file:

--8<---------------cut here---------------start------------->8---
\begin{itemize}
\item<1-> First Item
\begin{itemize}
\item<1-><only@1> First Subitem
\item<1-><only@2> Second Subitem
\end{itemize}
\item<3-> Second Item
\end{itemize}
--8<---------------cut here---------------end--------------->8---


This should be:

--8<---------------cut here---------------start------------->8---
\begin{itemize}
\item<1-> First Item
\begin{itemize}
\item<only@1> First Subitem
\item<only@2> Second Subitem
\end{itemize}
\item<3-> Second Item
\end{itemize}
--8<---------------cut here---------------end--------------->8---


Regards,
Andreas

             reply	other threads:[~2014-02-25  7:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-25  7:32 Andreas Leha [this message]
2014-02-25 16:46 ` BUG: beamer export and overlay specifications for nested list Nicolas Goaziou
2014-02-25 21:33   ` Andreas Leha

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=87ha7nlka8.fsf@med.uni-goettingen.de \
    --to=andreas.leha@med.uni-goettingen.de \
    --cc=emacs-orgmode@gnu.org \
    /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).