Charles C. Berry [Fri, Oct 01, 2010 at 01:24:43AM CEST]:
[...]
> \begin{uncoverenv}<4->
> <>=
> 5*5*101
> @ %def
> \end{uncoverenv}
Thanks! Seems I was not familiar enough with the beamer documentation.
--
Johannes Hüsing There is something fascinating about science.
On Thu, 30 Sep 2010, Johannes Huesing wrote:
I am failing to uncover Sweave chunks step by step using the LaTeX beamer
class.
The following minimal example:
\documentclass{beamer}
\usepackage{Sweave}
\begin{document}
\begin{frame}[fragile]
In the year \uncover<2->{25}\uncover<3->{\Sexpr{5*5}}
I am failing to uncover Sweave chunks step by step using the LaTeX beamer
class.
The following minimal example:
\documentclass{beamer}
\usepackage{Sweave}
\begin{document}
\begin{frame}[fragile]
In the year \uncover<2->{25}\uncover<3->{\Sexpr{5*5}}
\uncover<4->{
<>=
5*5*101
@
}
\end{frame}
\
Hi,
> I started using Sweave and LaTeX but have a (smaller) problem. As I
> am not yet very fluent in LaTeX I do the following: I texify my
> snw-file to look for errors in my LaTeX and correct them.
Maybe a dumb question, and sorry if this is the case, but do you run
Sweave on your Snw file ? B
Hi
I started using Sweave and LaTeX but have a (smaller) problem.
As I am not yet very fluent in LaTeX I do the following: I texify my snw-file
to look for errors in my LaTeX and correct them.
However, if I have the following chunk, I get an error when texifying:
...
\usepackage{Sweave}
...
<>
5 matches
Mail list logo