SH66
18-02-2010, 22:30
Hallo zusammen,
ich verzweifel gerade... mein Citavi -> Bibtex -> Jurabib funktioniert soweit prächtig... allerdings bekomm ich es nicht hin, dass ich, wenn ich eine spezielle Seitenzahl zitiere, den Punkt am Ende weg bekomme:
aus:
\footcite[Vgl.][55]{Radonic.2006}
wird:
Vgl. in: Radonic, Andrej/Frank Meyer (2006), XEN3: [mit eisXen in 10 Minuten zum Xen-Server; für opensolaris], Franzis Professional Series, Poing: Franzis-Verl., S. 55.
und nun soll einfach nur der Punkt weg:
Vgl. in: Radonic, Andrej/Frank Meyer (2006), XEN3: [mit eisXen in 10 Minuten zum Xen-Server; für opensolaris], Franzis Professional Series, Poing: Franzis-Verl., S. 55
:) Ihr versteht schon... besteht hier ne Möglichkeit?
Das hab ich gemacht:
\usepackage{jurabib}
\jurabibsetup{%
authorformat=year,
authorformat=firstnotreversed,
commabeforerest,
pages=format,
citefull=first,
titleformat=commasep
}
\renewcommand*{\bibfnfont}{} %format author vorname
\renewcommand*{\biblnfont}{} %format author nachname
\renewcommand*{\bibtfont}{} %format Titel von Bchern etc
\renewcommand*{\bibbtfont}{} %format Titel bei Sammelwerken
\renewcommand*{\bibjtfont}{} %format Zeitschriftentitel
\renewcommand*{\bibapifont}{} %format Titel von unselbstndigen Beitrgen
\renewcommand*{\bibefnfont}{} %format editor first name
\renewcommand*{\bibelnfont}{\textsc} %format editor last name
\renewcommand{\bibaesep}{, } % Punkt nach Herausgebern
\renewcommand{\bibansep}{: } % : - Punkt nach (Jahr)
\renewcommand*{\bibatsep}{, } % Komma nach Titel
\AddTo\bibsgerman{\renewcommand*{\editionname}{Auf l.}} % Auflage in Aufl. umbenennen
\renewcommand*{\jbcitationyearformat}[1]{(#1)} %Formatierung der Jahreszahl
%% Zeichenseparation im Zitat:
\renewcommand*{\jbaensep}{,} % Komma hinter Auflage
\renewcommand*{\jbbtasep}{/} %between two authors
\renewcommand*{\jbbfsasep}{/} %between first and second author
\renewcommand*{\jbbstasep}{/} %between second and third author
%% Autorenzeichenseparation im LitVerz:
\renewcommand*{\bibbtasep}{/}
\renewcommand*{\bibbfsasep}{/}
\renewcommand*{\bibbstasep}{/}
%% Herausgeberzeichenseparation im LitVerz:
\renewcommand*{\bibbtesep}{/}
\renewcommand*{\bibbfsesep}{/}
\renewcommand*{\bibbstesep}{/}
%% URL-Style auf normal
\makeatletter
\def\url@mystyle{%
\@ifundefined{selectfont}{\def\UrlFont{\sf}}%
{\def\UrlFont{\normalfont\selectfont}}%
}
\makeatother
\urlstyle{my}
\renewcommand*{\biburlprefix}{}
\renewcommand*{\biburlsuffix}{}
Solltet ihr mehr Infos brauchen, sagt Bescheid!
Danke schon mal - bin für jede Hilfe dankbar!!!
Grüße!
ich verzweifel gerade... mein Citavi -> Bibtex -> Jurabib funktioniert soweit prächtig... allerdings bekomm ich es nicht hin, dass ich, wenn ich eine spezielle Seitenzahl zitiere, den Punkt am Ende weg bekomme:
aus:
\footcite[Vgl.][55]{Radonic.2006}
wird:
Vgl. in: Radonic, Andrej/Frank Meyer (2006), XEN3: [mit eisXen in 10 Minuten zum Xen-Server; für opensolaris], Franzis Professional Series, Poing: Franzis-Verl., S. 55.
und nun soll einfach nur der Punkt weg:
Vgl. in: Radonic, Andrej/Frank Meyer (2006), XEN3: [mit eisXen in 10 Minuten zum Xen-Server; für opensolaris], Franzis Professional Series, Poing: Franzis-Verl., S. 55
:) Ihr versteht schon... besteht hier ne Möglichkeit?
Das hab ich gemacht:
\usepackage{jurabib}
\jurabibsetup{%
authorformat=year,
authorformat=firstnotreversed,
commabeforerest,
pages=format,
citefull=first,
titleformat=commasep
}
\renewcommand*{\bibfnfont}{} %format author vorname
\renewcommand*{\biblnfont}{} %format author nachname
\renewcommand*{\bibtfont}{} %format Titel von Bchern etc
\renewcommand*{\bibbtfont}{} %format Titel bei Sammelwerken
\renewcommand*{\bibjtfont}{} %format Zeitschriftentitel
\renewcommand*{\bibapifont}{} %format Titel von unselbstndigen Beitrgen
\renewcommand*{\bibefnfont}{} %format editor first name
\renewcommand*{\bibelnfont}{\textsc} %format editor last name
\renewcommand{\bibaesep}{, } % Punkt nach Herausgebern
\renewcommand{\bibansep}{: } % : - Punkt nach (Jahr)
\renewcommand*{\bibatsep}{, } % Komma nach Titel
\AddTo\bibsgerman{\renewcommand*{\editionname}{Auf l.}} % Auflage in Aufl. umbenennen
\renewcommand*{\jbcitationyearformat}[1]{(#1)} %Formatierung der Jahreszahl
%% Zeichenseparation im Zitat:
\renewcommand*{\jbaensep}{,} % Komma hinter Auflage
\renewcommand*{\jbbtasep}{/} %between two authors
\renewcommand*{\jbbfsasep}{/} %between first and second author
\renewcommand*{\jbbstasep}{/} %between second and third author
%% Autorenzeichenseparation im LitVerz:
\renewcommand*{\bibbtasep}{/}
\renewcommand*{\bibbfsasep}{/}
\renewcommand*{\bibbstasep}{/}
%% Herausgeberzeichenseparation im LitVerz:
\renewcommand*{\bibbtesep}{/}
\renewcommand*{\bibbfsesep}{/}
\renewcommand*{\bibbstesep}{/}
%% URL-Style auf normal
\makeatletter
\def\url@mystyle{%
\@ifundefined{selectfont}{\def\UrlFont{\sf}}%
{\def\UrlFont{\normalfont\selectfont}}%
}
\makeatother
\urlstyle{my}
\renewcommand*{\biburlprefix}{}
\renewcommand*{\biburlsuffix}{}
Solltet ihr mehr Infos brauchen, sagt Bescheid!
Danke schon mal - bin für jede Hilfe dankbar!!!
Grüße!