I've an issue with the bibliography in classicthesis. My main.tex:
\documentclass{scrreprt}
\usepackage[english]{babel}
\usepackage[babel]{csquotes}
\usepackage[style=numeric]{biblatex}
%Loaded here: microtype,graphicx,booktabs,caption,tabularx,hyperref,amsmath
\usepackage{myclassicthesis-preamble}
\usepackage{classicthesis}
\bibliography{references}
\begin{document}
Text
\end{document}
My references.bib:
@manual{label,
author= {myauth},
editor= {myedit},
title= {mytitle},
date= {2011}
}
Here myclassicthesis-preamble.
Finally the error:
! LaTeX Error: Command \bibhang already defined.
Or name \end... illegal, see p.192 of the manual.
[...]
l.637 \newlength{\bibhang}
?
Problably there is something already defined in myclassicthesis-preamble, but I don't know what.
I use TeXworks in Windows 7 x64.
myclassicthesis-preambleloadsnatbib. See http://tex.stackexchange.com/questions/37076/is-it-possible-to-load-biblatex-with-a-class-that-has-already-loaded-natbib – Joseph Wright Dec 06 '11 at 13:42classicthesis, but which really are just part of the preamble and should simply be copied into place. – Joseph Wright Dec 06 '11 at 17:26