To the best of my knowledge the following should be possible but it
gives the following error:
! LaTeX Error: Something's wrong--perhaps a missing \item.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.12 \item H
ello.
% \documentclass{beamer}
\documentclass{article}
% Comment out with beamer.
\usepackage{beamerarticle}% beamerarticle.sty,v 7063f09e9019
2010/05/01 16:39:27
\begin{document}
\begin{frame}[fragile]
\begin{itemize}[<+-| alert@+>]
\item Hello.
\end{itemize}
\end{frame}
\end{document}
Without the options ([<+-| alert@+>]) it works fine. Putting the
options before the [fragile] also works. Finally, it also works with
the beamer class (but comment out the \usepackage).
To the best of my knowledge things like this used to work before. Am I
overlooking something?
Thanks in advance for your help.
Regards,
Marc van Dongen
This is fixed in the repository (http://bitbucket.org/rivanvx/beamer/).
Vedran is in charge of CTAN releases: I'm expecting one possibly this
weekend.
--
Joseph Wright
[ snip ]
> This is fixed in the repository (http://bitbucket.org/rivanvx/beamer/).
> Vedran is in charge of CTAN releases: I'm expecting one possibly this
> weekend.
Thanks. I uploaded from bitbucket but that didn't work. I'll wait till
the release. (I don't need the feature anyway.)
Thanks again.
Regards,
Marc van Dongen