BibTeX, biblatex and biber ⇒ Problem with apacite: getting 'et' instead of 'and'
-
- Posts: 2
- Joined: Mon May 24, 2010 6:01 am
Problem with apacite: getting 'et' instead of 'and'
Specifically, this is my code:
\documentclass[man]{apa}
\begin{document}
\citeA{Ophir2009} were cited at the beginning of this sentence.
\bibliography{TestReference}
\end{document}
And this is what I see:
Ophir, Nass, et Wagner (2009) were cited at the beginning of this sentence.
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: 2
- Joined: Mon May 24, 2010 6:01 am
Problem with apacite: getting 'et' instead of 'and'
\documentclass[man,babel,english]{apa}
\begin{document}
\citeA{Ophir2009} were cited at the beginning of this sentence.
\bibliography{TestReferences}
\end{document}