gerhard wrote: >> What problems are you having? Beamer and SageTeX are largely orthogonal, >> but there are some tricky bits with verbatim environments > > When I add a sageblock in a frame, e.g., > \begin{sageblock} > var('x') > f = log(sin(x)/x) > \end{sageblock} > > I get the error message > > Runaway argument? > ! Paragraph ended before \next was complete. > <to be read again> > \par >
Does it go away if you pass the "fragile" option to the frame environment? It seems that that is how people overcame this in the past. Can you look in the source to the slides that was posted previously? \begin{frame}[fragile] (I think...) Jason --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---