BibTeX, biblatex and biberModify BibTeX Keywords Generation

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
laailalalaa
Posts: 35
Joined: Thu Oct 27, 2011 5:31 pm

Modify BibTeX Keywords Generation

Post by laailalalaa »

Hello,

I'm using a .bib file for my non-english paper. Issuing Bibtex and Latex commands results in a .bbl file, where for each multiple-authors entry the last author is preceded by "and". Also, I get english expressions like "Technical report" for TECHREPORT items, "In" keyword before proceedings or "page / pages" for papers pages.

Is there any way to generate other words instead of "and", "pages", etc (wouldn't want to use Ctrl+H in Notepad)?

Thanks

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Re: Modify BibTeX Keywords Generation

Post by kaiserkarl13 »

Try "latex makebst" (using the "babel" package may help, too). If that doesn't do what you want, you can make a copy of the .bst file and edit it directly, assuming all you're planning to do is replace the English word with its non-English equivalent.
Post Reply