Hi - have you run bibtex on the file?  The Makefile I use (well -
pinched and modified one by a friend - thanks Leigh!)  looks like this
and renders refs with apacite style with no dramas:

# Makefile to produce a .pdf, html and rtf versions of a LaTeX2e paper
from .tex files

PAPER = hons_2009

%.pdf: %.tex
        pdflatex $<
        bibtex $*
        pdflatex $<
        pdflatex $<
        pdflatex $<

# Best converter from html to rtf is just load the thing in TextEdit.
%.html: %.tex
        latex2html -noinfo -mkdir -dir html -nonavigation -noaddress
-split 0 -noshort_index $<

%.odt: %.tex
        mk4ht oolatex $<

all: $(PAPER).pdf

On Mon, Mar 9, 2009 at 10:31 AM,  <wbenn...@turing.une.edu.au> wrote:
> I have, on the desktop the following:---
>
> apacite.sty
>
> a dummy file, ETL503AssignmentOne.tex
> containing one reference, \cite{Zimmer2001}
>
> a file, ReferenceList.bib, containing one reference, a whole book,
> Zimmer2001
>
> Running LaTeX several times produces the attachment, Output
>
> As far as I can see, LaTeX has picked up on apacite.sty
>
> And that's it.
>
> Can anyone tell me what's wrong?
>
> Any help would be appreciated.
>
> Regards,
>
> Bill Bennett.
> --
> SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
> Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
>



-- 
Denis Crowdy
Department of Contemporary Music Studies, Macquarie University +61 2 9850 6787
http://www.dcms.mq.edu.au http://motekulo.blogspot.com/
http://www.melanesianmusic.org

CRICOS Provider No 00002J
This message is intended for the addressee named and may contain
confidential information.  If you are not the intended recipient,
please delete it and notify the sender.  Views expressed in this
message are those of the individual sender, and are not necessarily
the views of DCMS or Macquarie University.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to