ich benutze den biblatex-stil Biblatex-juradiss und habe dazu mehrere Fragen:
hier zunächst erstmal mein code:
\documentclass[12pt,a4paper,pointednumbers]{scrreprt} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[ngerman]{babel} \usepackage[autostyle]{csquotes} \usepackage[backend=biber,%Porzessoroption style=biblatex-juradiss,%juristische Zitierweise backref=false,%Anzeige der Referenzen backrefstyle=two, ] {biblatex} \renewcommand*{\mkbibnamelast}[1]{\textit{#1}} \addbibresource{BspLit.bib} \usepackage{blindtext} \DeclareBibliographyDriver{cite:book}{% {% \iffieldundef{shorttitle}% {\printfield{title}}% {\printfield{shorttitle}}% }% }% \begin{document} \printbibliography \blindtext \footcite[S. 5-6]{fitzgerald:realigning_research_and_practice} \blindtext \footcite[rn. 6]{raymond:cathedral_bazaar_book} \blindtext \footcite{fitzgerald:realigning_research_and_practice} \end{document}
@PROCEEDINGS{raymond:cathedral_bazaar_book, EDITOR = "Tim O'Reilly", TITLE = "{T}he {C}athedral and the {B}azaar -- {M}usings on {L}inux and {O}pen {S}ource by an {A}ccidental {R}evolutionary", PUBLISHER = "O'Reilly", ADDRESS = "Sebastopol, CA", YEAR = 1999, NOTE = "" } @BOOK{fitzgerald:realigning_research_and_practice, AUTHOR = "Fitzgerald, B. and Russo, N. and DeGross, J.", %Mehrere Autoren werden mit 'and' eingetragen TITLE = "{R}ealigning {R}esearch and {P}ractice in {I}nformation {S}ystems {D}evelopment: {T}he {S}ocial and {O}rganizational {P}erspective", PUBLISHER = "Kluwer Academic Press", YEAR = "2001", ADDRESS = "Boston", NOTE = "Eine optionale Notiz" }
Der Befehl
\renewcommand*{\mkbibnamelast}[1]{\textit{#1}}
Könnt ihr mir helfen???
Vielen Dank!
Grüße
Lisa[/quote]