From bfcccbb6df72275117dcf43a01c6784470b2fd96 Mon Sep 17 00:00:00 2001 From: norangebit Date: Sun, 31 Mar 2019 21:01:35 +0200 Subject: [PATCH] fix toc aligned --- README.md | 4 ++-- latekiss.tex | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb76ffb..ecb584d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/latekiss.tex b/latekiss.tex index a3f6f73..62cbd58 100644 --- a/latekiss.tex +++ b/latekiss.tex @@ -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$,