Re: Un articolo con Classicthesis

#14096
Up
0
Down
::

Chiedo scusa se riapro il topic, ma c’è un altro problema. Assodato che Classicthesis non gradisce scrartcl e che è necessario usare scrreprt anche per un articolo, vorrei far sì che non venisse inizata una nuova pagina né per l’indice né per la bibliografia.

Il comando \tableofcontents richiama \toc@heading che, a sua volta, richiama \chapter*.

Analogamente, il titolo della bibliografia è composto con \bibsection.

`\makeatletter
\renewcommand{\toc@heading}{\specialsection*{\contentsname}%
\@mkboth{\contentsname}{\contentsname}}
\renewcommand{\bibsection}\specialsection*{\bibname}%
\@mkboth{\bibname}{\bibname}}
\makeatother`
Immagino servisse a quello il comando \ssection dell’altro thread, vero?

Ciao
Enrico

Go to top