I downloaded the zip file for the Classicthesis Typographic Thesis template and when I run the main.tex file with pdflatex+makeindex+bibtex setting, it gives me an error to use this command (\renewcommand{\bflabel}[1]{{#1}\hfill} % Fix the list of acronyms) in the classicthesis-config.tex file. When I remove the bf from bflabel in this command, the file runs but produces the pdf document with all the references cited with "?". Whatever I do I'm not able to get the references to get cited. May be changing the bf from bflabel doesn't have anything to do with the bibliography not working but that is the only thing I have changed in the config.tex file. Please can anyone help me on this?
The bibliography.tex file has the below commands which I have not changed.
Code: Select all
% Bibliography
\label{app:bibliography} % Reference the bibliography elsewhere with \autoref{app:bibliography}
\manualmark
\markboth{\spacedlowsmallcaps{\bibname}}{\spacedlowsmallcaps{\bibname}}
\refstepcounter{dummy}
\addtocontents{toc}{\protect\vspace{\beforebibskip}} % Place the bibliography slightly below the rest of the document content in the table of contents
\addcontentsline{toc}{chapter}{\tocEntry{\bibname}}
\bibliographystyle{plainnat}
\bibliography{Bibliography}
Sindhu