Skip to content

Commit c51c616

Browse files
Fletcher T. PenneyFletcher T. Penney
authored andcommitted
add bibtex support
1 parent cfc39e4 commit c51c616

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

XSLT/beamer.xslt

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@
4444
<xsl:apply-templates select="html:html/html:head"/>
4545
<xsl:apply-templates select="html:html/html:body"/>
4646
<xsl:call-template name="latex-footer"/>
47-
% Bibliography
48-
\bibliographystyle{\mybibliostyle}
49-
\bibliocommand
50-
</xsl:template>
47+
</xsl:template>
5148

5249
<xsl:template match="html:body">
5350
<body>
@@ -56,7 +53,15 @@
5653
</xsl:template>
5754

5855
<xsl:template name="latex-footer">
59-
<xsl:text>\end{document}
56+
<xsl:text>\begin{frame}[allowframebreaks]
57+
\frametitle{Bibliography}
58+
59+
% Bibliography
60+
\bibliographystyle{\mybibliostyle}
61+
\bibliocommand
62+
\end{frame}
63+
64+
\end{document}
6065
</xsl:text>
6166
</xsl:template>
6267

0 commit comments

Comments
 (0)