[tex-live] TeXLive2009: Issue with bibtex+babelbib

Johann Felix Soden johfel at gmx.de
Wed Oct 7 18:30:49 CEST 2009


Hi!

The minimal.tex below gives the following error
 ! Extra }, or forgotten \endgroup.
 l.22   {\btxurldatefont{7.10.2009}}}

after
 latex minimal.tex && bibtex minimal && latex minimal.tex
because of a strange % in generated minimal.bbl:
...
\btxtitlefont {\btxifchangecase {Theurl}{TheUrl}}.
\newblock {\latintext
  \btxurlfont{http://www.longurl.de/longurl/longurl/longurl/longurl/longurl/lo%
ngurl}}%, \btxurldatecomment {\btxkeywordlanguage
  {\btxurldatefont{7.10.2009}}}.
...
The problem does not occur with TeXLive 2008.

Regards
 Johann Felix Soden


Here the minimal.tex:

\begin{filecontents}{MySources.bib}
@MISC{myurl,
	title = {TheUrl},
	url = {http://www.longurl.de/longurl/longurl/longurl/longurl/longurl/longurl},
	urldate = {7.10.2009},
	key = {thekey}
}
\end{filecontents}
\documentclass{article}
\usepackage[ngerman]{babel}
\usepackage{babelbib}
\usepackage{hyperref}
\bibliographystyle{babplain}
\begin{document}
Empty \cite{myurl}
\bibliography{MySources}
\end{document}




More information about the tex-live mailing list