BibTeX, biblatex and biber ⇒ natbib | Typeset "and" instead of ampersand
natbib | Typeset "and" instead of ampersand
I searched online for a solution but I can't find any straightforward way in natbib. I saw a few suggestions about going into style files and modifying them but I have no idea how to do this.
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
Re: natbib | Typeset "and" instead of ampersand
Anyone have a solution?
natbib | Typeset "and" instead of ampersand
Add this line in the preamble when using the natbib package:
Code: Select all
\AtBeginDocument{\renewcommand{\harvardand}{and}}
http://tex.stackexchange.com/questions/ ... bliography