When doing emphasis, do not output newlines.
[cascardo/kernel/old_slides/.git] / beamer.xsl
index 12c0829..7697c29 100644 (file)
@@ -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/>}