diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-07-20 10:51:18 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-07-20 10:51:52 -0700 |
commit | 120bed772b4a235a0d17ea4560a682e23ac293ac (patch) | |
tree | 6ee0ebceaf485fd38f4ab1f951ed8d09fe0fe106 | |
parent | 24dab8e06ec3cdc66a6b6db0ebe17a586c2c67f6 (diff) | |
download | pandoc-120bed772b4a235a0d17ea4560a682e23ac293ac.tar.gz |
LaTeX template: Added `biblio-style` variable.
-rw-r--r-- | default.latex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.latex b/default.latex index 32b77cbb9..33df81e70 100644 --- a/default.latex +++ b/default.latex @@ -40,7 +40,7 @@ $if(geometry)$ $endif$ $if(natbib)$ \usepackage{natbib} -\bibliographystyle{plainnat} +\bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$} $endif$ $if(biblatex)$ \usepackage{biblatex} |