- To start compiling I needed to rename the FrontBackMatter directory to FrontBackmatter (with a small m) else I got error messages, e.g.: The included LaTeX file “FrontBackmatter/Titlepage” was not found.
- To make BibTeX work correctly I needed to copy the
Bibliography.tex
file’s content into ClassicThesis.tex
(instead of including it). This way TeXlipse detected that I’m using BibTeX and ran the adequate [pdflatex, bibtex, pdflatex, pdflatex] compiling sequence. With the original setup I got lots of “has been referenced but does not exist, replaced by a fixed one” warnings on the console and question marks in the PDF document.szarnyasg