Più precisamente. Questo è il main:
`\documentclass[10pt,a4paper,twoside,openright,titlepage,fleqn,%
headinclude,,footinclude,BCOR5mm,%
numbers=noenddot,cleardoublepage=empty,%
tablecaptionabove]{scrreprt}
\usepackage[english,italian]{babel}
\usepackage[…]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath,amssymb,amsthm}
\usepackage[…]{biblatex}
\usepackage{caption}
\usepackage{listings}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{multicol}
\usepackage{makeidx}
\usepackage{xspace}
\usepackage{mparhack}
\usepackage{fixltx2e}
\usepackage{relsize}
\usepackage{…}
\usepackage[eulerchapternumbers,subfig,beramono,eulermath,pdfspacing,listings]{classicthesis}
\input{classicthesis-settings}
\begin{document}
\pagenumbering{roman}
\pagestyle{plain}
%******************************************************************
% Materiale iniziale
%******************************************************************
\input{…}
%******************************************************************
% Materiale principale
%******************************************************************
\pagenumbering{arabic}
\input{…}
% *****************************************************************
% Materiale finale
%******************************************************************
\cleardoublepage\input{…}
\end{document}
`
e questo è classicthesis-settings.tex
`% ********************************************************************
% classicthesis-settings.tex
% ********************************************************************
\newcommand{\myTitle}{Introduzione allo stile ClassicThesis}
\newcommand{\mySubtitle}{Un pmaggio agli Elementi dello stile tipografico}
\newcommand{\myDegree}{Doktor-Ingenieur (Dr.-Ing.)\xspace}
\newcommand{\myName}{Lorenzo Pantieri}
\newcommand{\myProf}{Put name here\xspace}
\newcommand{\myOtherProf}{Put name here\xspace}
\newcommand{\mySupervisor}{Put name here\xspace}
\newcommand{\myFaculty}{Put data here\xspace}
\newcommand{\myDepartment}{Put data here\xspace}
\newcommand{\myUni}{\protect{Put data here}\xspace}
\newcommand{\myLocation}{Cesena\xspace}
\newcommand{\myTime}{Luglio 2011\xspace}
\newcommand{\myVersion}{Version 3.0\xspace}
\captionsetup{format=hang,font=small}
% ********************************************************************
\lstset{language=[LaTeX]Tex,%C++,
keywordstyle=\color{RoyalBlue},%
basicstyle=\small\ttfamily,
commentstyle=\color{Green}\ttfamily,
stringstyle=\rmfamily,
numbers=none,%left,%
numberstyle=\scriptsize,%\tiny
stepnumber=5,
numbersep=8pt,
showstringspaces=false,
breaklines=true,
frameround=ftff,
frame=single,
belowcaptionskip=.75\baselineskip
}
% ********************************************************************
% Hyperreferences
% ********************************************************************
\hypersetup{%
colorlinks=true, linktocpage=true, pdfstartpage=1, pdfstartview=FitV,
breaklinks=true, pdfpagemode=UseNone, pageanchor=true, pdfpagemode=UseOutlines,
plainpages=false, bookmarksnumbered, bookmarksopen=true, bookmarksopenlevel=1,
hypertexnames=true, pdfhighlight=/O,
urlcolor=webbrown, linkcolor=RoyalBlue, citecolor=webgreen,
pdftitle={\myTitle},%
pdfauthor={\textcopyright\ \myName, \myUni, \myFaculty},%
pdfsubject={},%
pdfkeywords={},%
pdfcreator={pdfLaTeX},%
pdfproducer={LaTeX with hyperref and classicthesis}%
} `
Mi sembra tutto molto più trasparente.
Ciao,
L.