Re: dimensione font in classicthesis

#20763
lorenzo.pantieri
Partecipante
    Up
    0
    Down
    ::

    Sto usando classicthesis per la redazione della mia tesi di dottorato.

    Vorrei sapere in che modo posso modificare la dimesione dei font per i capitoli e le sezioni; vorrei che fossero un poco più grandi per migliorarne la visibilità.

    Il codice che definisce la dimensione dei titoli di capitoli e sezioni si trova nel file classicthesis.sty ed è il seguente:
    `% parts
    \ifthenelse{\boolean{parts}}%
    {%
    \titleformat{\part}[display]
    {\normalfont\centering\large}%
    {\thispagestyle{empty}\partname~\MakeTextUppercase{\thepart}}{1em}%
    {\color{Maroon}\spacedallcaps}
    }{\relax}
    % chapters
    \ifthenelse{\boolean{linedheaders}}%
    {% lines above and below, number right
    \titleformat{\chapter}[display]%
    {\relax}{\raggedleft{\color{halfgray}\chapterNumber\thechapter} \\ }{0pt}%
    {\titlerule\vspace*{.9\baselineskip}\raggedright\spacedallcaps}[\normalsize\vspace*{.8\baselineskip}\titlerule]%
    }{% something like Bringhurst
    \titleformat{\chapter}[display]%
    {\relax}{\mbox{}\marginpar{\vspace*{-3\baselineskip}\color{halfgray}\chapterNumber\thechapter}}{0pt}%
    {\raggedright\spacedallcaps}[\normalsize\vspace*{.8\baselineskip}\titlerule]%
    }
    % sections \FloatBarrier
    \titleformat{\section}
    {\relax}{\textsc{\MakeTextLowercase{\thesection}}}{1em}{\spacedlowsmallcaps}
    % subsections
    \titleformat{\subsection}
    {\relax}{\textsc{\MakeTextLowercase{\thesubsection}}}{1em}{\normalsize\itshape}
    % subsubsections
    \titleformat{\subsubsection}
    {\relax}{\textsc{\MakeTextLowercase{\thesubsubsection}}}{1em}{\normalsize\itshape}
    % paragraphs
    \titleformat{\paragraph}[runin]
    {\normalfont\normalsize}{\theparagraph}{0pt}{\spacedlowsmallcaps} `
    Ti basta copiare quel codice, incollarlo nel preambolo (dopo aver caricato ClassicThesis) e modificarlo: per esempio puoi sostituire
    `\normalsize
    `con
    `\Large
    `nelle voci che ti interessano.

    Ciao,
    L.

    Go to top