Intro
I am currently writing a report on my local language. The usage of "and" in my reference list is not preferable and I would like to use "&" instead of "and" such that the reference list and cite will display with "&" not "and".
I tried manually changeing all "and"s to "\&" in my .bib file. However, this did not solve the problem as the authors suddenly showed up wrong. I am not sure why this happened but I know that it was interpreted wrong.
I have following in my master file:
\usepackage{hyperref}
\usepackage{natbib}
...
\bibliographystyle{apalike}
Question:
Is it possible to change the reference list such that all "and"'s are interpreted as "&" and displayed as such while maintaining "and" in the .bib file?
.bibfile won't work. The software needs to see "and" in the.bibfile to work, and your use of\&will mess it up. What gets printed has nothing to do, in this case, with what is in the.bibfile. – Paul Stanley Mar 09 '14 at 19:17