Discussion:
Citations via Crossref
geigerch
2006-11-06 14:41:50 UTC
Permalink
Hi,

when citating several articles from one encyclopaedia which has
several volumes via crossref, the specification of the volume is
always missing, although the declaration of the volume is in the
child-entry.

Here an example:

\documentclass[pdftex,a4paper,12pt,headsepline]{scrbook}

%Neue deutsche Rechtschreibung, Silbentrennung etc.
\usepackage[ngerman]{babel}

%Windows-Zeichensatz
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}

%Einbinden von Jurabib:
\usepackage
[ ibidem=strict,
authorformat=smallcaps,
authorformat=firstnotreversed,
authorformat=reducedifibidem,
authorformat=and,
authorformat=year,
round,
titleformat=colonsep,
commabeforerest,
pages=format,
dotafter=bibentry,
bibformat=ibidem,
]
{jurabib}


\renewcommand*{\biblnfont}{\textmd}
\renewcommand*{\biblnfont}{\textsc}
\renewcommand*{\bibfnfont}{\textmd}

\renewcommand*{\bibelnfont}{\textmd}
\renewcommand*{\bibelnfont}{\textsc}
\renewcommand*{\bibefnfont}{\textmd}

\renewcommand*{\bibbtsep}{In: }
\renewcommand*{\bibjtsep}{In: }

\renewcommand*{\jbcitationyearformat}[1]{(#1)}

\renewcommand*{\bibatsep}{.}

\renewcommand*{\bibauthormultiple}{Derselbe: }


\AddTo\bibsgerman{%
\renewcommand*{\ibidemname}{Ebd.}
\renewcommand*{\ibidemmidname}{ebd.}
}


\begin{document}

\nocite{*}

\bibliographystyle{jureco}
\bibliography{minilit}

\end{document}



the .bib-file:


@incollection{Schneider2005,
Author = {Schneider},
Crossref = {Meyer2005},
Date-Added = {2006-10-02 10:35:35 +0200},
Date-Modified = {2006-10-02 10:36:30 +0200},
Pages = {1-17},
Title = {Volume is missing},
Volume = {3}}

@book{Meyer2005,
Address = {Ohneort},
Booktitle = {Crossref in jurabib},
Date-Added = {2006-10-02 10:34:05 +0200},
Date-Modified = {2006-10-02 10:35:15 +0200},
Editor = {Meyer, J{\"u}rgen},
Title = {Crossref in jurabib},
Year = {2005}}


Thanks for Help!

Chrissi
--
Please remember -- this is an international english speaking mailing list!

If you have a problem, please provide a complete minimal example document (with a small bibliography database), which runs out of he box without any superfluous packages loaded, otherwise we could not help.
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/jurabib/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/jurabib/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:jurabib-***@yahoogroups.com
mailto:jurabib-***@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
jurabib-***@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Loading...