aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)$