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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10359
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