Bug in recent beta
Martin Sievers <[email protected]> Fri, 15 Jul 2005 13:48:47 +0200
| Newsgroups | gmane.comp.tex.bibtex.jurabib.devel |
|---|---|
| Message-ID | <[email protected]> |
--------------060004080702050806000007
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit
Hallo everyone,
I want to report a bug in the recent betaversion of jurabib.
I have two footnotecitations on one page citing the same book. Using the
ibidem-option I get "ebenda" for the second footnote as expected. When I
insert a citation from the same book somewhere on that page with "\cite"
or "\citetitle" this citation gets "ebenda" and the second footnote uses
the author's name again.
I hope you understand my problem.
An example is included
Thanks
Greets
Martin
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/jurabib-developer/
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
--------------060004080702050806000007
Content-Type: application/x-tex;
name="jurabib-test.tex"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="jurabib-test.tex"
\documentclass{scrartcl}
\usepackage[german]{babel}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage[authorformat={and,abbrv},
ibidem=strict,
%ibidem=name,
% idem=strict,
lookforgender,
commabeforerest,
dotafter=bibentry,
see,
bibformat={ibidem,nohang},
pages=ignoreibidem,
citefull=first
]{jurabib}
\AddTo\bibsgerman{%
\renewcommand*{\ibidemname}{Ebenda}
\renewcommand*{\ibidemmidname}{ebenda}
}
\begin{document}
blubblubblub\footcite[vgl.][S.~18]{Digel/Burk:2001}
No a normal citation from \cite{Digel/Burk:2001}. Ups \ldots %%% comment this line out to see the difference
moreblubblub\footcite[vgl.][S.~19]{Digel/Burk:2001}
\bibliography{jurabib-test}
%\nobibliography
\bibliographystyle{jurabib}
\end{document}
--------------060004080702050806000007
Content-Type: text/plain;
name="jurabib-test.bib"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="jurabib-test.bib"
@INBOOK{Digel/Burk:2001,
pages = {15--31},
title = {Sport und Medien Entwicklungstendenzen und Probleme einer lukrativen Beziehung},
publisher = {Nomos Verlagsgesellschaft},
year = {2001},
editor = {Gunnar Roters and Walter Klingler and Maria Gerhards},
author = {Digel, H. and Burk, V.},
volume = {5},
series = {Schriftenreihe Forum Medienrezeption},
address = {Baden-Baden},
edition = {1.~Auflage},
owner = {Henrike},
volumetitle = {Sport und Sportrezeption},
gender = {pm},
}
--------------060004080702050806000007--