20 lines
608 B
TeX
20 lines
608 B
TeX
% ___ _ _____ _ _
|
|
% ( _ \ _( ) (_ _) ( ) ( )
|
|
% | (_) )_) |_ | | __ \ \/ /
|
|
% | _ (| | _ \ | | / __ \ ) (
|
|
% | (_) ) | |_) ) | | ( ___// /\ \
|
|
% (____/(_)_ __/ (_) \____)_) (_)
|
|
|
|
% Configs if you want to use BibTeX. Not included in any default configs.
|
|
|
|
\newcommand{\setupBibtex}[1]{
|
|
\usepackage{biblatex}
|
|
\usepackage[nottoc, numbib]{tocbibind}
|
|
\addbibresource{#1}
|
|
}
|
|
|
|
\newcommand{\printbib}{
|
|
\addcontentsline{toc}{section}{\translate{Sources}{Quellen}}
|
|
\printbibliography[title=\translate{Sources}{Quellen}]
|
|
}
|