BibTeX, biblatex and biberLanguage Problem in citing Articles

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
ydwolf
Posts: 4
Joined: Sat Nov 05, 2011 11:49 am

Language Problem in citing Articles

Post by ydwolf »

The bibliography works perfectly, except for the fact that I want my references in my thesis in dutch and when I cite an article from two authors, e.g. Chen & Siems, it cites: Chen and Siems, where I want it to say Chen en Siems.
What should I add in my code?

Code: Select all

\usepackage[dutch]{babel}
\usepackage{natbib}
Tnx!
Last edited by localghost on Sat Nov 05, 2011 12:47 pm, edited 1 time in total.

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

Language Problem in citing Articles

Post by localghost »

There are solutions to get bibliographies in other languages than English [1]. But perhaps it's a better alternative to use the biblatex package.

[1] TeX Frequently Asked Questions - Non-english bibliographies


Best regards and welcome to the board
Thorsten
ydwolf
Posts: 4
Joined: Sat Nov 05, 2011 11:49 am

Re: Language Problem in citing Articles

Post by ydwolf »

It works perfectly, thank you!
The only problem I still have is the fact that in my bibliography, it only prints the authors I explicitly cited. I used \nocite* before, but now with the biblatex package, that doesn't seem to work anymore. Any suggestions?
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Language Problem in citing Articles

Post by localghost »

ydwolf wrote:[…] Any suggestions?
Not without a true minimal example.
Post Reply