Skip to content

Commit

Permalink
LaTeX template: added natbiboptions variable.
Browse files Browse the repository at this point in the history
Closes #3768.
  • Loading branch information
jgm committed Jun 28, 2017
1 parent 79cc567 commit 7ea49da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions MANUAL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1462,6 +1462,9 @@ LaTeX variables are used when [creating a PDF].
`biblatexoptions`
: list of options for biblatex.

`natbiboptions`
: list of options for natbib.

[`article`]: https://ctan.org/pkg/article
[`report`]: https://ctan.org/pkg/report
[`book`]: https://ctan.org/pkg/book
Expand Down
2 changes: 1 addition & 1 deletion data/templates/default.latex
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ $if(geometry)$
\usepackage[$for(geometry)$$geometry$$sep$,$endfor$]{geometry}
$endif$
$if(natbib)$
\usepackage{natbib}
\usepackage[$natbiboptions$]{natbib}
\bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$}
$endif$
$if(biblatex)$
Expand Down

0 comments on commit 7ea49da

Please sign in to comment.