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
BibTeX, biblatex and biber ⇒ how to delete "in" for the inproceedings type biliography
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 4
- Joined: Sat Jun 20, 2009 4:41 am
how to delete "in" for the inproceedings type biliography
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
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
Re: how to delete "in" for the inproceedings type biliography
it does work with the second choice, thanks a lot!