\newif\ifsinglebibliography \def\argsingle{single} \ifx\lecturearg\argsingle \def\refsectionmode{chapter} \singlebibliographyfalse \else \def\refsectionmode{none} \singlebibliographytrue \fi \documentclass[12pt]{scrreprt} \usepackage[backend=biber, % Biber und biblatex autolang=hyphen, % Trennung gemäß der mit % babel gesetzten Sprache style=alphabetic, % Verweise ähnlich zu % alpha.bst: XXX00 citestyle=alphabetic, % mehrere Titel eines % Autors werden XXX00a, % XXX00b, ... zitiert giveninits=false, % Vornamen werden nicht % abgekürzt refsection=\refsectionmode, % Zitate werden in % Abhängigkeit von \refsectionmode % zusammengeführt ]{biblatex} \addbibresource{biblatex-examples.bib} \begin{document} \ifsinglebibliography \let\include\input \fi \include{chapter_one} \include{chapter_two} \include{chapter_three} \include{literature} % debug code for getting the the current bib files by applying % the key combination C-x C-e at the point behind the closing % parenthesis \iffalse \begin{verbatim} (reftex-get-bibfile-list) \end{verbatim} \fi \end{document} %%% Local Variables: %%% mode: latex %%% TeX-PDF-mode: t %%% TeX-engine: luatex %%% TeX-master: t %%% mode: flyspell %%% ispell-local-dictionary: "deutsch8" %%% mode: outline-minor-mode %%% End: