Salve a tutti,
dopo l’aggiornamento del pacchetto arsclassica (fatto ieri sera) la compilazione mi restituisce alcuni errori.
Di seguito il codice (di prova) che ho compilato.
`\documentclass[10pt,a4paper,twoside,openright,titlepage,fleqn,%
headinclude,,footinclude,BCOR5mm,%
numbers=noenddot,cleardoublepage=empty,%
tablecaptionabove]{scrreprt}
\usepackage[eulerchapternumbers,subfig,beramono,%
eulermath,pdfspacing]{classicthesis}
\usepackage{arsclassica}
\begin{document}
\begin{abstract}
Lorem ipsum dolor sit amet..
\end{abstract}
\section{Introduction}
Sed ut perspiciatis unde omnis…
\section{Structure}
At vero eos et accusamus…
\subsection{LaTeX}
\LaTeX{}
\end{document}`
Alcuni degli errori riscontrati:
`! Undefined control sequence.
l.157 \captionsetup
{format=hang,font=small,labelfont={sf,bf}}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H
…
l.157 \captionsetup{f
ormat=hang,font=small,labelfont={sf,bf}}
You're in trouble here. Try typing
If that doesn't work, type X
! Undefined control sequence.
l.158 \captionsetup
[table]{skip=\medskipamount}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Missing number, treated as zero.
}
l.158 \captionsetup[table]{skip=\medskipamount}
A number should have been here; I inserted `0'.
(If you can't figure out why I needed to see a number,
look up `weird error' in the index to The TeXbook.)
! Illegal unit of measure (pt inserted).
}
l.158 \captionsetup[table]{skip=\medskipamount}
Dimensions can be in units of em, ex, in, pt, pc,
cm, mm, dd, cc, nd, nc, bp, or sp; but yours is a new one!
I'll assume that you meant to say pt, for printer's points.
To recover gracefully from this error, it's best to
delete the erroneous units; e.g., type `2' to delete
two letters. (See Chapter 27 of The TeXbook.)`
Con il “vecchio pacchetto” la compilazione aveva successo (a parte qualche warning).
Non capisco se è un problema della mia distribuzione o del pacchetto. 🙁
Qualcuno mi può dare un suggerimento?
In allegato il log completo.
[attachment=135]lorem.log.zip[/attachment]