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

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

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