Skip to content
Permalink
Browse files
Fixed issue with Biblatex string in template
  • Loading branch information
aa9863 committed Sep 13, 2018
1 parent 46c3f01 commit 9c4b00657345267dd3c112cc6a1a4de9d46f037b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -288,7 +288,7 @@ $if(natbib)$
\bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$}
$endif$
$if(biblatex)$
BibLaTex
%BibLaTex
\usepackage[$if(biblio-style)$style=$biblio-style$,$endif$$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$]{biblatex}
$for(bibliography)$
\addbibresource{$bibliography$}

0 comments on commit 9c4b006

Please sign in to comment.