BibTeX, biblatex and biber ⇒ how to delete "in" for the inproceedings type biliography
how to delete "in" for the inproceedings type biliography
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
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
-
- Posts: 4
- Joined: Sat Jun 20, 2009 4:41 am
how to delete "in" for the inproceedings type biliography
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