Beim Laden des Pakets biblatex
		wählt der style-Parameter einen von folgenden Zitierstilen
		aus:
numericalphabeticauthoryearauthortitledebugDie Präambel verweist mit dem Kommando
		\bibliography{File}
		auf eine Literaturdatenbank,
		wobei die Endung .bib wie üblich entfällt.
zitate.tex\documentclass{minimal} … \usepackage[style=authoryear]{biblatex} \bibliography{meineliteratur} \begin{document} … \cite{Knuth1984} … \backmatter \printbibliography \end{document}
Der Befehlt \printbibliography
		gibt schließlich das automatisch erstellte Literaturverzeichnis aus.
		Normalerweise werden nur zitierte Werke in das Literaturverzeichnis
		eingefügt. Der Befehl \nocite{*}
		aktiviert alle Einträge der Literaturdatenbank.
Im Text notiert man Quellen mit dem Befehl
		\cite[Prenote][Postnote]{Key}
		oder einer der folgenden Varianten:
\cite{Knuth1984}\cite[123]{Knuth1984}\cite[vgl.][123--125]{Knuth1984}\textcite{Knuth1984}\parencite{Knuth1984}\supercite{Knuth1984}\fullcite{Knuth1984}\footcite{Knuth1984}\footfullcite{Knuth1984}
			1 Knuth 1984
			2 Donald E. Knuth (1984). The TeXbook. Addison Wesley
		
Die Literaturdatenbank, eine Datei mit der Endung .bib,
		besteht aus Einträgen mit folgendem Format:
@Type {Key,
	Key = {Value},
	…
}
	Es hat sich in der Praxis bewährt, den Schlüssel nach dem Autor-Jahr-Schema zu wählen. Zum Beispiel:
@book {Knuth1984,
	author          = {Donald E. Knuth},
	title           = {The TeXbook},
	year            = {1984},
	publisher       = {Addison Wesley}
}
		Es existieren folgende Publikationstypen:
articlebookbookletcollectioninbookincollectioninproceedingsmanualonlinepatentperiodicalproceedingsreportthesisunpublishedmiscDie folgende Tabelle zeigt, welche Felder für welchen Publikationstyp zwingend oder optional angegeben werden müssen.
| Feld | book | inbook | commented | article | periodical | proceedings | inproceedings | incollection | techreport | 
| author | ● | ● | ● | ● | ● | ● | ● | ● | |
| title | ● | ● | ● | ● | ● | ● | ● | ● | ● | 
| year | ● | ● | ● | ● | ● | ● | ● | ● | ● | 
| journaltitle | ● | ● | |||||||
| booktitle | ○ | ● | ● | ||||||
| institution | ● | ||||||||
| editor | ○ | ○ | ○ | ||||||
| chapter | ○ | ○ | |||||||
| school | ○ | ||||||||
| organization | ○ | ○ | |||||||
| publisher | ○ | ○ | ○ | ○ | ○ | ● | |||
| address | ○ | ○ | ○ | ○ | ○ | ○ | ○ | ||
| month | ○ | ○ | ○ | ○ | ○ | ○ | ○ | ○ | ○ | 
| volume | ○ | ○ | ○ | ○ | ○ | ○ | ○ | ○ | |
| number | ○ | ○ | ○ | ||||||
| series | ○ | ○ | ○ | ○ | ○ | ○ | |||
| edition | ○ | ○ | ○ | ○ | |||||
| pages | ○ | ○ | ○ | ○ | |||||
| type | ○ | ○ | ○ | ||||||
| note | ○ | ○ | ○ | ○ | ○ | ○ | ○ | ○ | ○ | 
| url | ○ | ○ | ○ | ○ | ○ | ○ | ○ | ○ | ○ | 
| urldate | ○ | ○ | ○ | ○ | ○ | ○ | ○ | ○ | ○ | 
| Feld | jurthesis | phdthesis | masterthesis | unpublished | manual | booklet | misc | www | |
| author | ● | ● | ● | ● | ○ | ○ | ○ | ○ | |
| title | ● | ● | ● | ● | ● | ● | ○ | ○ | |
| year | ● | ● | ● | ● | ○ | ● | ○ | ||
| school | ● | ● | ● | ||||||
| organization | ○ | ||||||||
| address | ○ | ○ | ○ | ○ | ○ | ||||
| month | ○ | ○ | ○ | ○ | ○ | ○ | ○ | ||
| edition | ○ | ||||||||
| pages | ○ | ||||||||
| type | ○ | ○ | ○ | ||||||
| note | ○ | ○ | ● | ○ | ○ | ○ | |||
| howpublished | ○ | ○ | |||||||
| url | ○ | ○ | ○ | ○ | ○ | ○ | ○ | ● | |
| urldate | ○ | ○ | ○ | ○ | ○ | ○ | ○ | ○ |