我对 中的参考书目有疑问classicthesis
。我的 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}
我的参考文献.bib:
@manual{label,
author= {myauth},
editor= {myedit},
title= {mytitle},
date= {2011}
}
最后错误:
! LaTeX Error: Command \bibhang already defined.
Or name \end... illegal, see p.192 of the manual.
[...]
l.637 \newlength{\bibhang}
?
可能其中已经定义了一些内容myclassicthesis-preamble
,但我不知道是什么。
我在 Windows 7 x64 中使用 TeXworks。
答案1
文件myclassicthesis-preamble.sty
加载natbib
;如果您不打算使用的任何功能natbib
,请打开文件并注释掉或删除以下行
\PassOptionsToPackage{square,numbers}{natbib}
\RequirePackage{natbib} % NB: LyX likes to set natbib too, let's avoid clashes