BibTeX, biblatex and biberhow to delete "in" for the inproceedings type biliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
zhangx
Posts: 2
Joined: Tue Jun 09, 2009 5:27 pm

how to delete "in" for the inproceedings type biliography

Post by zhangx »

hi, everyone,
i'm using the natbib and apalike-fr packages for the bibliography. in the "inproceedings" type, i got like this :

Niemann, H. J. (1995). L’analyse dimensionnelle et son application aux lois de similitude. In Les modèles réduits en Génie Civil, page 3-20. AUGC.

how can i delete the word "in" or change the font? thanks

Recommended reading 2024:

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

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

macgyveremir
Posts: 4
Joined: Sat Jun 20, 2009 4:41 am

how to delete "in" for the inproceedings type biliography

Post by macgyveremir »

Hi! I'm not a LaTeX expert, but I think you have two choices:
1. Looking at the natbib documentation to check if you can modify its output behavior through the package's options.
2. Opening in a text editor the apalike-fr bibtex style file and search for the line where the word "In" is defined, so you can change it or blank it out.

I think I've seen somewhere a package for non-english bibliography output, I believe its a package called babelbib, but I've not used it.

Good luck!

Luis
zhangx
Posts: 2
Joined: Tue Jun 09, 2009 5:27 pm

Re: how to delete "in" for the inproceedings type biliography

Post by zhangx »

it does work with the second choice, thanks a lot!
Post Reply