14 Maggio 2009 alle 11:42
#33785
::
Eccolo qui
\documentclass[a4paper,10pt,twoside,openright]{scrbook}
\usepackage[english,italian]{babel}
\usepackage[utf8]{inputenc}
\usepackage{classicthesis-ldpkg}
\usepackage{classicthesis}
\areaset[5mm]{312pt}{660pt}
\usepackage{amsthm}
\newtheorem{theorem}{Teorema}[chapter]
\newtheorem{lemma}[theorem]{Lemma}
\theoremstyle{definition}
\newtheorem{definition}{Definizione}[chapter]
\newtheorem{example}{Esempio}[chapter]
\usepackage{enumitem}
\usepackage[pdftex]{graphicx}
\title{}
\setcounter{chapter}{-1}
Prova con l’incantesimo seguente prima di caricare classicthesis:
`\makeatletter
\@namedef{ver@fixltx2e.sty}{3000/01/01}
\makeatother`
Succede lo stesso?
Ciao
Enrico