aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-07-30 17:03:03 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2011-07-30 17:03:03 -0700
commitb1a3d5fa8ae3b5bba064469ba1f2fec5978570ac (patch)
tree6000e84bdc44d7493e7cbf3b35eb27243f373218
parentce85f7cd30be52373a19c7d21d30e9309706c4d8 (diff)
downloadpandoc-b1a3d5fa8ae3b5bba064469ba1f2fec5978570ac.tar.gz
LaTeX template: Minor spacing changes.
-rw-r--r--default.latex11
1 files changed, 6 insertions, 5 deletions
diff --git a/default.latex b/default.latex
index aba7cd62b..e56583392 100644
--- a/default.latex
+++ b/default.latex
@@ -1,7 +1,6 @@
\documentclass$if(fontsize)$[$fontsize$]$endif${article}
\usepackage{amssymb,amsmath}
-\usepackage{ifxetex}
-\usepackage{ifluatex}
+\usepackage{ifxetex,ifluatex}
\ifxetex
\usepackage{fontspec,xltxtra,xunicode}
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
@@ -115,8 +114,9 @@ $if(toc)$
$endif$
$body$
-$if(biblio-files)$
+
$if(natbib)$
+$if(biblio-files)$
$if(biblio-title)$
$if(book-class)$
\renewcommand\bibname{$biblio-title$}
@@ -125,14 +125,15 @@ $else$
$endif$
$endif$
\bibliography{$biblio-files$}
+
$endif$
$endif$
$if(biblatex)$
\printbibliography$if(biblio-title)$[title=$biblio-title$]$endif$
+
$endif$
$for(include-after)$
-
$include-after$
-$endfor$
+$endfor$
\end{document}