LyXProblems using bablebib ...

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
acidk
Posts: 4
Joined: Mon Jun 13, 2011 11:38 am

Problems using bablebib ...

Post by acidk »

Hey folks,

I'm having serious problems to insert some 'german' quotes in my bibliography (using 'Auflage' instead of edition...).

Finally I found the required package 'bablebib' that should solve my problems ... but: I have no idea how to run / or integrate this package :evil: .

from my preamble

\usepackage[fixlanguage]{bablebib}
\usepackage[english,ngerman]{babel}

I received :
LaTeX Error: File `bablebib.sty' not found.

^^M

*** (cannot \read from terminal in nonstop modes)


even after downloading the package from http://www.harald-harders.de/latex/ and trying to compile it ...


Thanks for anybody having an idea :-D

Greetz ,

flo

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

justdeath
Posts: 69
Joined: Mon Sep 05, 2011 10:27 am

Problems using bablebib ...

Post by justdeath »

Hi.

So the package works, with command prompt compile. Should work with LyX also, since the package is in the TeXLive tree (other distros should have it too).

But, are you sure of your spelling - seems wrong:

Code: Select all

\usepackage[fixlanguage]{bablebib}
Correct one is:

Code: Select all

\usepackage[fixlanguage]{babelbib}
Post Reply