xaMax
26-03-2009, 13:34
Hallo,
ich habe ein Problem, und zwar habe ich KEIN Komma zwischen
"Autor (Jahr) S. X". Ich hätte aber gerne eins.
Ich verwende: jurabib, jureco und habe recht viele Befehle durch.
\cite[1]{Autor}\\ --> Ergibt: Autor (Jahr) S.1
\footcite[1]{Autor}\\ --> Ergibt in Fußnote: Autor (Jahr) S.1
\citet[1]{Autor}\\ --> Ergibt: Autor (Jahr, S.1)
\footcitet[1]{Auror}\\ --> Ergibt: Autor (Jahr), S.1
Die fett markierten Sachen unterscheiden sich. mit \citet zieht er die Seite in die Klammer rein, bei \footcitet hingegen nicht :/
Kann mir da jemand helfen? :)
Minimalbeispiel:
\documentclass[a4paper,12pt, liststotoc, titlepage]{scrreprt}%{scrartcl}
\usepackage[ngerman]{babel}
\usepackage{jurabib}
%Jurabib Änderungen
\jurabibsetup{
%ibidem=strict,
authorformat=year,
dotafter=bibentry,
pages=format,
authorformat=smallcaps
}
%Trennung im Text
\renewcommand*{\jbbtasep}{ / } % bta = between two authors sep
\renewcommand*{\jbbfsasep}{ / } % bfsa = between first and second author sep
\renewcommand*{\jbbstasep}{ / }% bsta = between second and third author sep
%Trennung im Literaturverzeichnis
\renewcommand*{\bibbtasep}{ / } % bta = between two authors sep
\renewcommand*{\bibbfsasep}{ / } % bfsa = between first and second author sep
\renewcommand*{\bibbstasep}{ / }% bsta = between second and third author sep
%Trennung der Herausgeber:
\renewcommand*{\bibbtesep}{ / } % bte = between two editors sep
\renewcommand*{\bibbfsesep}{ / } % bfse = between first and second editor sep
\renewcommand*{\bibbstesep}{ / }% bste = between second and third editor sep
%URL
\renewcommand*{\biburlprefix}{In: }
\renewcommand*{\biburlsuffix}{ }
%\renewcommand*{\bibbudcsep}{ - }
%Text vor Journal bzw. Buch
\renewcommand*{\bibbtsep}{In: }
\renewcommand*{\bibjtsep}{In: }
%Trennung nach Autor, Titel und vor Jahr
\renewcommand*{\bibansep}{: }
\renewcommand*{\bibatsep}{.}
\renewcommand*{\bibbdsep}{, }
%Hängender Einzug
\setlength{\jbbibhang}{1,5cm}
%URL Schriftart angleichen
\biburlfont{same}
%BEGIN----------------------------------------------------------------------------------------
\begin{document}
\cite[1]{Autor}\\
\footcite[1]{Autor}\\
\citet[1]{Autor}\\
\footcitet[1]{Autor}\\
\bibliography{literatur}
\bibliographystyle{jureco}
\end{document}
ich habe ein Problem, und zwar habe ich KEIN Komma zwischen
"Autor (Jahr) S. X". Ich hätte aber gerne eins.
Ich verwende: jurabib, jureco und habe recht viele Befehle durch.
\cite[1]{Autor}\\ --> Ergibt: Autor (Jahr) S.1
\footcite[1]{Autor}\\ --> Ergibt in Fußnote: Autor (Jahr) S.1
\citet[1]{Autor}\\ --> Ergibt: Autor (Jahr, S.1)
\footcitet[1]{Auror}\\ --> Ergibt: Autor (Jahr), S.1
Die fett markierten Sachen unterscheiden sich. mit \citet zieht er die Seite in die Klammer rein, bei \footcitet hingegen nicht :/
Kann mir da jemand helfen? :)
Minimalbeispiel:
\documentclass[a4paper,12pt, liststotoc, titlepage]{scrreprt}%{scrartcl}
\usepackage[ngerman]{babel}
\usepackage{jurabib}
%Jurabib Änderungen
\jurabibsetup{
%ibidem=strict,
authorformat=year,
dotafter=bibentry,
pages=format,
authorformat=smallcaps
}
%Trennung im Text
\renewcommand*{\jbbtasep}{ / } % bta = between two authors sep
\renewcommand*{\jbbfsasep}{ / } % bfsa = between first and second author sep
\renewcommand*{\jbbstasep}{ / }% bsta = between second and third author sep
%Trennung im Literaturverzeichnis
\renewcommand*{\bibbtasep}{ / } % bta = between two authors sep
\renewcommand*{\bibbfsasep}{ / } % bfsa = between first and second author sep
\renewcommand*{\bibbstasep}{ / }% bsta = between second and third author sep
%Trennung der Herausgeber:
\renewcommand*{\bibbtesep}{ / } % bte = between two editors sep
\renewcommand*{\bibbfsesep}{ / } % bfse = between first and second editor sep
\renewcommand*{\bibbstesep}{ / }% bste = between second and third editor sep
%URL
\renewcommand*{\biburlprefix}{In: }
\renewcommand*{\biburlsuffix}{ }
%\renewcommand*{\bibbudcsep}{ - }
%Text vor Journal bzw. Buch
\renewcommand*{\bibbtsep}{In: }
\renewcommand*{\bibjtsep}{In: }
%Trennung nach Autor, Titel und vor Jahr
\renewcommand*{\bibansep}{: }
\renewcommand*{\bibatsep}{.}
\renewcommand*{\bibbdsep}{, }
%Hängender Einzug
\setlength{\jbbibhang}{1,5cm}
%URL Schriftart angleichen
\biburlfont{same}
%BEGIN----------------------------------------------------------------------------------------
\begin{document}
\cite[1]{Autor}\\
\footcite[1]{Autor}\\
\citet[1]{Autor}\\
\footcitet[1]{Autor}\\
\bibliography{literatur}
\bibliographystyle{jureco}
\end{document}