aboutsummaryrefslogtreecommitdiff
path: root/default.latex
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-04-11 11:10:46 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-04-11 11:11:16 -0700
commit2afb0792ba411006f51cd078fb7c409f0df19dbb (patch)
tree413fffbfb305a720aa37b677078d009d473ea2e1 /default.latex
parent5f8d7968fe7c3d8da3363b7e3ff1a11914c081ae (diff)
downloadpandoc-2afb0792ba411006f51cd078fb7c409f0df19dbb.tar.gz
Revert "LaTeX template: Allow bibliography to be used in place of biblio-files."
This reverts commit 5f8d7968fe7c3d8da3363b7e3ff1a11914c081ae. I'll use a different approach, setting the biblio-files variable in the LaTeX writer. This will also work for beamer. See #42.
Diffstat (limited to 'default.latex')
-rw-r--r--default.latex9
1 files changed, 2 insertions, 7 deletions
diff --git a/default.latex b/default.latex
index 88c2bf693..3f833f5fd 100644
--- a/default.latex
+++ b/default.latex
@@ -47,9 +47,6 @@ $if(biblatex)$
$if(biblio-files)$
\bibliography{$biblio-files$}
$endif$
-$if(bibliography)$
-\bibliography{$bibliography$}
-$endif$
$endif$
$if(listings)$
\usepackage{listings}
@@ -169,6 +166,7 @@ $endif$
$body$
$if(natbib)$
+$if(biblio-files)$
$if(biblio-title)$
$if(book-class)$
\renewcommand\bibname{$biblio-title$}
@@ -176,11 +174,8 @@ $else$
\renewcommand\refname{$biblio-title$}
$endif$
$endif$
-$if(biblio-files)$
\bibliography{$biblio-files$}
-$endif$
-$if(bibliography)$
-\bibliography($bibliography$}
+
$endif$
$endif$
$if(biblatex)$