BibTeX, biblatex and biberapacite style file ubuntu

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
jimstehrman
Posts: 5
Joined: Thu Jan 20, 2011 12:04 am

apacite style file ubuntu

Post by jimstehrman »

Hey,

I'm having trouble creating an APA format reference list. I have the following syntax in my code:

Code: Select all

\usepackage{apacite}
\usepackage[longnamesfirst,nonamebreak]{natbib}
\bibliographystyle{apacite}
\bibliography{bibfilename}
which I think is correct, however upon compiling, my program (Kile) tells me it cannot find the apacite.sty file. I thought apacite was standard in all latex packages since 2005(?) How would I go about adding it so that Latex can use it?

Thanks!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

Re: apacite style file ubuntu

Post by Stefan Kottwitz »

Try installing the texlive-publishers package, it contains the apa package.

Stefan
LaTeX.org admin
Post Reply