von Julian24 » Di 1. Feb 2011, 09:01
Also ich habe auch keinen Typ für Interviews gefunden und benutze daher:
@misc{Schmidt,
author = {Hans Schmidt, Leiter Auftragszentrum},
title = {Mündliche Auskunft},
address = {Hamburg},
date = {2011-11-13}
}
Ich benutze BibLatex und mach das dann am Ende mit der Ausgabe so:
\printbibheading
\printbibliography[maxnames={5}, minnames={5}, nottype=online, nottype=misc, heading=subbibliography, title={Literatur}]
\printbibliography[type=online, heading=subbibliography, title={Internetquellen}]
\printbibliography[type=misc, heading=subbibliography, title={Interviews}]
Also ich habe auch keinen Typ für Interviews gefunden und benutze daher:
[code]
@misc{Schmidt,
author = {Hans Schmidt, Leiter Auftragszentrum},
title = {Mündliche Auskunft},
address = {Hamburg},
date = {2011-11-13}
}
[/code]
Ich benutze BibLatex und mach das dann am Ende mit der Ausgabe so:
[code]
\printbibheading
\printbibliography[maxnames={5}, minnames={5}, nottype=online, nottype=misc, heading=subbibliography, title={Literatur}]
\printbibliography[type=online, heading=subbibliography, title={Internetquellen}]
\printbibliography[type=misc, heading=subbibliography, title={Interviews}]
[/code]