aggiunte configurazioni pacchetto ClassicThesis

This commit is contained in:
Raffaele Mignone 2019-03-25 21:44:15 +01:00
parent b14b11e4ed
commit 7a7e41c425
Signed by: norangebit
GPG Key ID: F5255658CB220573
2 changed files with 78 additions and 54 deletions

View File

@ -57,14 +57,20 @@ Questo template usa il pacchetto LaTeX [ClassicThesis][classicthesis] realizzato
il dipartimento a quale afferisce il corso di laurea il dipartimento a quale afferisce il corso di laurea
- `draf` (string) - `draf` (string)
versione della bozza. Da non specificare nel documento finale versione della bozza. Da non specificare nel documento finale
- `eulerchapternumber` (boolean)
usa il font AMS Euler per il numero del capitolo. Palatino come font di default
- `floatnumbering` (boolean)
usa la numerazione float per le figure e le altre risorse. False come valore di default
- `fontsize `(string) - `fontsize `(string)
grandezza del carattere. 11pt come valore di default grandezza del carattere. 11pt come valore di default
- `hidelinks `(boolean) - `hidelinks `(boolean)
se impostato i link appaiono in nero. Falso come valore di default se impostato i link appaiono in nero. Falso come valore di default
- `institute `(string) - `institute `(string)
l'istituto al quale si è iscritti l'istituto al quale si è iscritti
- `keyworks`(lista di string) - `keywords` (lista di string)
lista con le parole chiave del documento lista con le parole chiave del documento
- `lineheaders` (boolean)
aggiunge una linea di separazione tra il numero del capitolo e il nome del capitolo. Falso come valore di default
- `logo` (string) - `logo` (string)
path del logo dell'università path del logo dell'università
- `matr` (int) - `matr` (int)
@ -90,12 +96,18 @@ Questo template usa il pacchetto LaTeX [ClassicThesis][classicthesis] realizzato
nome del relatore nome del relatore
- `title` (string) - `title` (string)
titolo del relatore titolo del relatore
- `style` (string)
consente di impostare lo liste della tesi tra classicthesis e arsclassica. classicthesis come valore di default
- `title` (string) - `title` (string)
titolo della tesi titolo della tesi
- `toc` (boolean) - `toc` (boolean)
include l'indice include l'indice
- `toc-depth` (int) - `toc-depth` (int)
configura la profondità dell'indice. Due come valore di default configura la profondità dell'indice. Due come valore di default
- `toc-dotted` (boolean)
allinea i numeri di pagina a destra aggiungendo i puntini. False come valore di default
- `toc-indent` (boolean)
indenta l'indice. True come valore di default
- `toc-title` (string) - `toc-title` (string)
configura il titolo dell'indice configura il titolo dell'indice
- `lof` (boolean) - `lof` (boolean)

View File

@ -58,16 +58,28 @@ $endif$
\PassOptionsToPackage{ \PassOptionsToPackage{
$if(draf)$ $if(draf)$
drafting=true, drafting=true,
$endif$ % print version information on the bottom of the pages $endif$
tocaligned=false, % the left column of the toc will be aligned (no indentation) $if(toc-indent)$
dottedtoc=false, % page numbers in ToC flushed right tocaligned=$toc-indent$,
eulerchapternumbers=true, % use AMS Euler for chapter font (otherwise Palatino) $endif$
linedheaders=false, % chaper headers will have line above and beneath $if(toc-dotted)$
floatperchapter=true, % numbering per chapter for all floats (i.e., Figure 1.1) dottedtoc=$toc-dotted$,
$endif$
$if(eulerchapternumber)$
eulerchapternumbers=$eulerchapternumber$,
$endif$
$if(lineheaders)$
linedheaders=$lineheaders$,
$endif$
$if(floatnumbering)$
floatperchapter=$floatnumbering$,
$endif$ % numbering per chapter for all floats (i.e., Figure 1.1)
eulermath=false, % use awesome Euler fonts for mathematical formulae (only with pdfLaTeX) eulermath=false, % use awesome Euler fonts for mathematical formulae (only with pdfLaTeX)
beramono=true, % toggle a nice monospaced font (w/ bold) beramono=true, % toggle a nice monospaced font (w/ bold)
palatino=true, % deactivate standard font for loading another one, see the last section at the end of this file for suggestions palatino=true, % deactivate standard font for loading another one, see the last section at the end of this file for suggestions
style=classicthesis % classicthesis, arsclassica $if(style)$
style=$style$ % classicthesis, arsclassica
$endif$
}{classicthesis} }{classicthesis}
\usepackage{classicthesis} \usepackage{classicthesis}
@ -190,17 +202,17 @@ $endif$
\Large \Large
$if(institute)$ $if(institute)$
\spacedallcaps{\LARGE $institute$} \spacedallcaps{\LARGE $institute$} \\
$endif$ $endif$
$if(department)$ $if(department)$
\spacedlowsmallcaps{\LARGE $department$} \spacedlowsmallcaps{\LARGE $department$} \\
$endif$ $endif$
$if(logo)$ $if(logo)$
\vfill \vfill
\includegraphics[width=6cm]{$logo$} \\ \medskip \includegraphics[width=6cm]{$logo$} \\ \medskip
$endif$ $endif$
$if(course)$ $if(course)$
\spacedlowsmallcaps{$course$} \spacedlowsmallcaps{$course$} \\
$endif$ $endif$
\vfill \vfill
\begingroup \begingroup
@ -208,13 +220,13 @@ $endif$
\endgroup \endgroup
$if(subtitle)$ $if(subtitle)$
\medskip \medskip
\textit{$subtitle$} \textit{$subtitle$} \\
$endif$ $endif$
\vfill \vfill
$if(author)$ $if(author)$
\spacedallcaps{\LARGE $author$} \\ \spacedallcaps{\LARGE $author$} \\
$if(matr)$ $if(matr)$
\spacedlowsmallcaps{$matr$} \spacedlowsmallcaps{$matr$} \\
$endif$ $endif$
$endif$ $endif$
\vfill \vfill