Search found 3 matches

by vshih
Tue Mar 20, 2012 2:50 am
Forum: BibTeX, biblatex and biber
Topic: Revisions in BibTeX Entry not updated
Replies: 1
Views: 5771

Revisions in BibTeX Entry not updated

I know BibTeX has some updating issues but not sure if this falls into that realm. I usually put in the information in the .bib file, call it from the .tex file using some \cite command. Then I find out I accidentally typed something wrong, say the title of the article was "This Great Article" and ...
by vshih
Fri Feb 17, 2012 10:06 pm
Forum: BibTeX, biblatex and biber
Topic: Jabref: replace "&" with "and" in author list
Replies: 2
Views: 4272

Jabref: replace "&" with "and" in author list

Hi Joseph,

You're right. I thought it was Jabref since the "&" appeared there. It happened to be that I was using the apacite package which gives the "&" default instead of "and". The following code after \usepackage{apacite} seemed to do the trick:

\renewcommand{\BBAA}{and}

Thanks for ...
by vshih
Fri Feb 17, 2012 12:33 am
Forum: BibTeX, biblatex and biber
Topic: Jabref: replace "&" with "and" in author list
Replies: 2
Views: 4272

Jabref: replace "&" with "and" in author list

Sorry if this is a simple question but I'm new to LaTeX and BibTex/Jabref. I'm having a lot of trouble trying to figure out how simply replace the "&" sign with "and" in an author list. This happens for every reference with more than 1 author. For example, let this be my reference:

@ARTICLE ...