Change frame generation in beamer xlst.
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sat, 5 Dec 2009 23:27:27 +0000 (21:27 -0200)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sat, 5 Dec 2009 23:27:27 +0000 (21:27 -0200)
This will allow us to include verbatim sections in our presentation.

beamer.xsl

index 0dc5279..aa0d52e 100644 (file)
 </xsl:template>
 
 <xsl:template match="foil">
-\frame{
+\begin{frame}[fragile]
 \frametitle{<xsl:value-of select="title"/>}
 <xsl:apply-templates/>
-}
+\end{frame}
 </xsl:template>
 
 <xsl:template match="foil/title"/>