Added functions to move memory to and from user space.
[cascardo/kernel/old_slides/.git] / beamer.xsl
index 0dc5279..7697c29 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"/>
@@ -42,9 +42,7 @@
 \item{<xsl:apply-templates/>}
 </xsl:template>
 
-<xsl:template match="emphasis">
-\emph{<xsl:apply-templates/>}
-</xsl:template>
+<xsl:template match="emphasis">\emph{<xsl:apply-templates/>}</xsl:template>
 
 <xsl:template match="important">
 \center{<xsl:apply-templates/>}
 \includegraphics[width=\linewidth,height=7cm]{<xsl:value-of select="@fileref"/>}
 </xsl:template>
 
+<xsl:template match="screen">
+\begin{verbatim}
+<xsl:apply-templates/>
+\end{verbatim}
+</xsl:template>
+
 </xsl:stylesheet>