Ciao a tutti
Ho un problema con classic thesis che un’ora fa ho iniziato a usare. Sto compilando un file veramente minimale:
`
\documentclass[]{scrbook}\usepackage[]{classicthesis-ldpkg}
\usepackage[]{classicthesis}
\usepackage{lipsum}\begin{document}
\myChapter{Prova}
Prova Prova
\end{document}`Risultano due errori:
`
[PDFLaTeX] main.tex => main.pdf (pdflatex)
[PDFLaTeX] finished with exit status 1
/usr/share/texmf-texlive/tex/latex/tocloft/tocloft.sty:608:Command \c@lofdepth already defined. \newcounter{lofdepth}
/usr/share/texmf-texlive/tex/latex/tocloft/tocloft.sty:609:Command \c@lotdepth already defined. \newcounter{lotdepth}
[PDFLaTeX] 2 errors, 0 warnings, 0 badboxes`Utilizzo PdfLaTeX, TeXLive, su Ubuntu Linux.
Non ho idea di come intervenire su questo errore … spero che qualcuno possa aiutarmi!
Usa scrreprt e non scrbook.
Ciao
Enrico