Hauptdatei.tex:
\documentclass[a4paper,12pt,headsepline]{scrartcl} \usepackage[ngerman]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[ style=authortitle-dw, %% biblatex-dw-Optionen %%% annotation=true, library=true, namefont=smallcaps,%italic,%bold, %% biblatex-Optionen %%% backend=bibtex ]{biblatex} \bibliography{Hauptdatei} \begin{document} \defbibheading{quell}{\section{Primärliteratur}} \defbibheading{lit}{\section{Sekundärliteratur}} \section{Bibliografie} \printbibliography[heading=quell,keyword=Quelle] \printbibliography[heading=lit,notkeyword=Quelle,notkeyword=journalnumberdate] \end{document}
Hauptdatei.bib:
@book{Maurach.1989, author = {Maurach, Gregor}, year = {1989}, title = {Enchiridion poeticum zur lateinischen Dichtersprache}, address = {Darmstadt}, edition = {2}, publisher = {Wiss. Buchges} } @book{ThLL.1964, year = {1964?}, title = {Thesaurus linguae Latinae (ThLL)}, address = {Berlin [u.a.]}, publisher = {de Gruyter}, keyword = {Quelle} }