BibTeX, biblatex and biberbabelbib/bibgerm replacement for polyglossia/xelatex

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
l0calh05t
Posts: 19
Joined: Fri Jul 04, 2008 2:57 pm

babelbib/bibgerm replacement for polyglossia/xelatex

Post by l0calh05t »

This simple example fails when using polyglossia, complaining that \Btxtechreplong (billingsley74telescope is defined as a techreport in the bib file) is undefined (as if babelbib/bibgerm had not been included):

Code: Select all

% !TEX TS-program = xelatex
% !TEX encoding = UTF-8

\documentclass{scrreprt}

\usepackage{polyglossia}
%\usepackage[german]{babel}
%\usepackage{bibgerm}
\usepackage{babelbib}

\setmainlanguage{german}
\bibliographystyle{geralpha}

\begin{document}
\cite{billingsley74telescope}
\bibliography{literature}{}
\end{document}
When using babel (which can cause problems in xelatex, especially when using hyperref) it works. Is there any way to get a correct (german) bibliography using polyglossia?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

babelbib/bibgerm replacement for polyglossia/xelatex

Post by localghost »

It's in the nature of the things that babelbib and polyglossia contradict. Since the first one explicitly is meant to work with babel, I'm not surprised about difficulties.


Thorsten
Post Reply