Theses, Books, Title pagesClassicthesisTypographicThesis - Problems with Bibliography

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
sindhunaik
Posts: 3
Joined: Tue Jun 02, 2015 2:43 pm

ClassicthesisTypographicThesis - Problems with Bibliography

Post by sindhunaik »

Hello,

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}
Thanks
Sindhu

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

sindhunaik
Posts: 3
Joined: Tue Jun 02, 2015 2:43 pm

Re: ClassicthesisTypographicThesis - Problems with Bibliogra

Post by sindhunaik »

I figured it out.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: ClassicthesisTypographicThesis - Problems with Bibliogra

Post by Johannes_B »

That commented line with the bflabel is some silly mistake that should have been fixed a long long time ago, but never was.

Can you share what led you to get the bibliography printed?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
sindhunaik
Posts: 3
Joined: Tue Jun 02, 2015 2:43 pm

Re: ClassicthesisTypographicThesis - Problems with Bibliogra

Post by sindhunaik »

Hello,

I saw on another chain here after digging a bit that I need to run the main.tex file with pdflatex first, then bibtex and then pdflatex twice. I did that and got it working. Seems like many had the issue. It's no where written throughout the file that it needs to be run this way, or may be I missed it.

Thanks
Sindhu
Post Reply