Theses, Books, Title pagesBibliography apacite style does not work

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Bibliography apacite style does not work

Post by templateuser »

Hello,

How can I use "apacite" format? (ref: https://sites.google.com/site/latexiseasy/bibliography)
I have added \usepackage{apacite} and \bibliographystyle{apacite} but does not work. I get error message:


! Undefined control sequence.
l.1203 \st@rtbibchapter



Thanks.

sam

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
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Re: Bibliography apacite style does not work

Post by Vel »

Hi,

I tried making those changes to the template and it compiles just fine on TeX Live 2012. What happens when you skip the errors all the way to the end? Have you tried making just those changes to the original template file, if it compiles then the issue will be with something you have changed, either in your document or your bibliography.

The only other thing I recommend you can do is update your LaTeX distribution and packages to the latest versions.

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Bibliography apacite style does not work

Post by Vel »

Ok, I've just changed it back to the original bibliography style after trying apacite and I get a bunch of "! Undefined control sequence." errors too. Once I skip these through the whole document after running bibtex the next compile works instantly and gives no errors with the old style. So try skipping the errors several times and it should work!
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Bibliography apacite style does not work

Post by templateuser »

thank you so much! I gave up, I used natbib.
Post Reply