Re: Numerazione pagine in Classicthesis

#31569
Up
0
Down
::


Sto pian piano arrivando ad una soluzione…. 😀

Ho tolto il numeretto delle testatine a sinistra (neanche nell’Arte è usato) togliendo, come aveva consigliato Lorenzo,

`\usepackage[]{scrpage2}
\automark[section]{chapter}`

Solo che non riesco a fare le testatine della bibliografia e dell’indice in maiuscoletto come le altre (vorrei avere lo stesso risultato della guida dell’Arte)

`\markboth{\spacedlowsmallcaps{\contentsname}}{\spacedlowsmallcaps{\contentsname}}
\refstepcounter{dummy}
\tableofcontents`

e

`\renewcommand{\bibname}{References}
\markboth{\spacedlowsmallcaps{\bibname}}{\spacedlowsmallcaps{\bibname}}
\refstepcounter{dummy}
\addtocontents{toc}{\protect\vspace{\beforebibskip}} % to have the bib a bit from the rest in the toc
\addcontentsline{toc}{chapter}{\tocEntry{\bibname}}
\bibliographystyle{these-ucl}
\label{app:bibliography}
\bibliography{lit/references}`

non sembrano fare effetto.
Per l’appendice invece ci sono riuscito con:
`\markboth{\spacedlowsmallcaps{Appendix tables and figures}}{\spacedlowsmallcaps{Appendix tables and figures}}`

ciao

Go to top