Commit 0adadf9b authored by Christoph Daniel Schulze's avatar Christoph Daniel Schulze
Browse files

Changed templates to use the \addbibresource command.

parent 49a76b38
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5,10 +5,12 @@
%%% then Ctrl-j should navigate to the next such field.

\documentclass[10pt]{book}
\usepackage[language=english,theorems=numbersfirst,paper=a4paper,bibresource={template-bachelormaster.bib}]{ifiseries}
% <++PERHAPS CHANGE NAME OF BIBLIOGRAPHY RESOURCE ON LINE ABOVE++>
\usepackage[language=english,theorems=numbersfirst,paper=a4paper]{ifiseries}
% <++USE language=german IF YOUR DOCUMENT WILL BE IN GERMAN ++>

\addbibresource{template-bachelormaster.bib}
% <++PERHAPS CHANGE NAME OF BIBLIOGRAPHY RESOURCE ON LINE ABOVE OR ADD ADDITIONAL RESOURCES++>

\begin{document}

\frontmatter
+3 −2
Original line number Diff line number Diff line
@@ -5,8 +5,9 @@
%%% then Ctrl-j should navigate to the next such field.

\documentclass[10pt]{book}
\usepackage[theorems=numbersfirst,bibresource={template.bib}]{ifiseries}
% <++PERHAPS CHANGE NAME OF BIBLIOGRAPHY RESOURCE ON LINE ABOVE++>
\usepackage[theorems=numbersfirst]{ifiseries}
\addbibresource{template.bib}
% <++PERHAPS CHANGE NAME OF BIBLIOGRAPHY RESOURCE ON LINE ABOVE OR ADD ADDITIONAL RESOURCES++>

\begin{document}