shiblon / latex-makefile

A Makefile for LaTeX - drop it in, type make, and magic happens.
Other
185 stars 30 forks source link

apacite support #163

Open shiblon opened 8 years ago

shiblon commented 8 years ago

Originally reported on Google Code with ID 150

I am using apacite.  On a new project I neglected to include{apacite}.  When building
by hand I got (useless) errors (so I did pdflatex, bibtex, pdflatex: error!) , which
is more or less what I expect since I did not set up my source correctly.  However,
latex-makefile managed to build this source without throwing any errors, but with numerous
problems in the PDF (citation keys were repeated several times in the PDF output).
 I believe correct behavior would be to fail (though it would sure be nice if it could
fail with 'missing apacite').  I admit this may be the shortcoming of some other part
of latex (apacite or the cite subsystem that apacite is meant to replace).

Reported by ryan@ryanjturner.com on 2012-01-26 16:06:48