fix toc aligned

This commit is contained in:
Raffaele Mignone 2019-03-31 21:01:35 +02:00
parent 6789005337
commit bfcccbb6df
Signed by: norangebit
GPG Key ID: F5255658CB220573
2 changed files with 4 additions and 4 deletions

View File

@ -102,12 +102,12 @@ Questo template usa il pacchetto LaTeX [ClassicThesis][classicthesis] realizzato
titolo della tesi
- `toc` (boolean)
include l'indice
- `toc-aligned` (boolean)
allinea l'indice. False come valore di default
- `toc-depth` (int)
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)
configura il titolo dell'indice
- `lof` (boolean)

View File

@ -59,8 +59,8 @@ $endif$
$if(draf)$
drafting=true,
$endif$
$if(toc-indent)$
tocaligned=$toc-indent$,
$if(toc-aligned)$
tocaligned=$toc-aligned$,
$endif$
$if(toc-dotted)$
dottedtoc=$toc-dotted$,