heinzer
05-03-2009, 18:10
Hallo zusammen.
Ich hab die letzten Tage damit zugebracht mich ein wenig in Biblatex reinzufuchsen um einen hübschen Stil für das Literaturverzeichnis meiner Diplomarbeit hinzubekommen. Bin soweit auch schon ganz zufrieden. hab den authoryear style ein wenig abgewandelt. Nur eine Kleinigkeit stört mich noch und zwar, dass Werke vom gleichen Autor zusammengefasst werden und wie in einer Aufzählung untereinander stehen. Ich hätte es aber gerne, dass jedes Werk einen neuen Eintrag erhält.
Hier mein Minimalbeispiel:
Datei Minimalbeispiel.tex
\documentclass[12pt]{scrbook}
\usepackage[french,ngerman]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[style=authoryearHH]{biblatex}
\usepackage[babel,german=guillemets]{csquotes}
\bibliography{Minimalbeispiel}
\begin{document}
\nocite{*}
\setlength{\bibhang}{2em}
\defbibheading{Literaturverzeichnis}{\chapter*{Lit eraturverzeichnis}\addcontentsline{toc}{chapter}{L iteraturverzeichnis}}
\printbibliography[heading=Literaturverzeichnis]
\end{document}
und
Datei Minimalbeispiel.bib
@Article{fan+gijbels95,
author = "J. Fan and I. Gijbels",
title = "Data-Driven bandwidth selection in local polynomial fitting: variable bandwidth and spatial adaption",
journal = "J. Roy. Statist. Soc.",
series = "Ser. B",
year = "1995",
number = "570",
pages = "371-394"
}
@Book{fan+gijbels96,
author = "J. Fan and I. Gijbels",
title = "Local polynomial modelling and its applications",
publisher = "Chapman \& Hall, London",
year = "1996"
}
Als Ausgabe erhalte ich dann folgendes:
J. Fan und I. Gijbels (1995). Data-Driven bandwidth selection in local polynomial fitting: variable bandwidth and spatial adaption. J. Roy. Statist. Soc. Ser. B, 570, 371-394.
- (1996). Local polynomial modelling and its applications. Chapman & Hall, London.
Ich hätte es aber lieber, wenn ich bekäme:
J. Fan und I. Gijbels (1995). Data-Driven bandwidth selection in local polynomial fitting: variable bandwidth and spatial adaption. J. Roy. Statist. Soc. Ser. B, 570, 371-394.
J. Fan und I. Gijbels (1996). Local polynomial modelling and its applications. Chapman & Hall, London.
Kann mir da jemand helfen? Achja... eins noch: Ich hätte gerne, dass statt dem "und" zwischen den Autoren ein "&" stehen würde (nicht nur im bibliography sondern auch bei den citations). Wie geht das?
Vielen Dank soweit, gruß
Heinzer
Kann mir keiner helfen?!
Ich hab die letzten Tage damit zugebracht mich ein wenig in Biblatex reinzufuchsen um einen hübschen Stil für das Literaturverzeichnis meiner Diplomarbeit hinzubekommen. Bin soweit auch schon ganz zufrieden. hab den authoryear style ein wenig abgewandelt. Nur eine Kleinigkeit stört mich noch und zwar, dass Werke vom gleichen Autor zusammengefasst werden und wie in einer Aufzählung untereinander stehen. Ich hätte es aber gerne, dass jedes Werk einen neuen Eintrag erhält.
Hier mein Minimalbeispiel:
Datei Minimalbeispiel.tex
\documentclass[12pt]{scrbook}
\usepackage[french,ngerman]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[style=authoryearHH]{biblatex}
\usepackage[babel,german=guillemets]{csquotes}
\bibliography{Minimalbeispiel}
\begin{document}
\nocite{*}
\setlength{\bibhang}{2em}
\defbibheading{Literaturverzeichnis}{\chapter*{Lit eraturverzeichnis}\addcontentsline{toc}{chapter}{L iteraturverzeichnis}}
\printbibliography[heading=Literaturverzeichnis]
\end{document}
und
Datei Minimalbeispiel.bib
@Article{fan+gijbels95,
author = "J. Fan and I. Gijbels",
title = "Data-Driven bandwidth selection in local polynomial fitting: variable bandwidth and spatial adaption",
journal = "J. Roy. Statist. Soc.",
series = "Ser. B",
year = "1995",
number = "570",
pages = "371-394"
}
@Book{fan+gijbels96,
author = "J. Fan and I. Gijbels",
title = "Local polynomial modelling and its applications",
publisher = "Chapman \& Hall, London",
year = "1996"
}
Als Ausgabe erhalte ich dann folgendes:
J. Fan und I. Gijbels (1995). Data-Driven bandwidth selection in local polynomial fitting: variable bandwidth and spatial adaption. J. Roy. Statist. Soc. Ser. B, 570, 371-394.
- (1996). Local polynomial modelling and its applications. Chapman & Hall, London.
Ich hätte es aber lieber, wenn ich bekäme:
J. Fan und I. Gijbels (1995). Data-Driven bandwidth selection in local polynomial fitting: variable bandwidth and spatial adaption. J. Roy. Statist. Soc. Ser. B, 570, 371-394.
J. Fan und I. Gijbels (1996). Local polynomial modelling and its applications. Chapman & Hall, London.
Kann mir da jemand helfen? Achja... eins noch: Ich hätte gerne, dass statt dem "und" zwischen den Autoren ein "&" stehen würde (nicht nur im bibliography sondern auch bei den citations). Wie geht das?
Vielen Dank soweit, gruß
Heinzer
Kann mir keiner helfen?!