Update some old commands

This commit is contained in:
2026-02-21 11:32:53 +01:00
parent 2c37a724ee
commit 2a592753bf
9 changed files with 404 additions and 198 deletions

19
src/core/bib.sty Normal file
View File

@@ -0,0 +1,19 @@
% ___ _ _____ _ _
% ( _ \ _( ) (_ _) ( ) ( )
% | (_) )_) |_ | | __ \ \/ /
% | _ (| | _ \ | | / __ \ ) (
% | (_) ) | |_) ) | | ( ___// /\ \
% (____/(_)_ __/ (_) \____)_) (_)
% Configs if you want to use BibTeX
\newcommand{\setupBibtex}[1]{
\RequirePackage{biblatex}
\RequirePackage[nottoc, numbib]{tocbibind}
\addbibresource{#1}
}
\newcommand{\printbib}{
\addcontentsline{toc}{section}{\translate{Sources}{Quellen}}
\printbibliography[title=\translate{Sources}{Quellen}]
}