kks32 / phd-thesis-template

A LaTeX / XeLaTeX / LuaLaTeX PhD thesis template for Cambridge University Engineering Department (CUED)
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ThesisStyle/
MIT License
834 stars 399 forks source link

Issue with Bibliography in version 1.4.2 #25

Closed kmajeed closed 10 years ago

kmajeed commented 10 years ago

I have downloaded the lastest version 1.4.2 and I am facing issues with setting the Bibliography style to author year, In _thesis.tex_ my document class is defined as

\documentclass[a4paper,12pt,times,authoryear,oneside,print,index,custommargin]{Classes/PhDThesisPSnPDF}

and in the preamble.tex file the default values for bibliography have been left unchanged.

In the output PDF file I am getting citations and references being printed in numbered format. Some reference have author name in place of numbers.. Please see reference 3 and 6 in the attached image.

latex-error

Please advise me on how to fix this issue and get _proper author-year_ style of refrencing again, as I was it was working in the previous version.

kks32 commented 10 years ago

I can't reproduce this issue. It might be possible the .aux files aren't properly cleared. Try clearing the temporary aux files and recompile by doing: make clean; make. Let me know, if this fixes the issue.