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
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
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