Skip to content

Commit 107db04

Browse files
Fletcher T. PenneyFletcher T. Penney
authored andcommitted
add support for BibTeX generated bibliography
1 parent 7ce238b commit 107db04

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

XSLT/beamer.xslt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@
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-
</xsl:template>
47+
% Bibliography
48+
\bibliographystyle{\mybibliostyle}
49+
\bibliocommand
50+
</xsl:template>
4851

4952
<xsl:template match="html:body">
5053
<body>

0 commit comments

Comments
 (0)