Consigli su ritocchi grafici a ClassicThesis

  • Questo topic ha 0 risposte, 1 partecipante ed è stato aggiornato l'ultima volta 14 anni fa da Luca.
  • Creatore
    Topic
  • #78129
    Up
    0
    Down
    ::


    Vorrei un parere su questi ritocchi grafici a Classic Thesis per esempio `\spacedlowsmallcaps` per teoremi e definizioni ed etichette di tabelle e immagini o la dimensione del font dei commenti.

    `\makeatletter
    \@ifpackageloaded{amsthm}
    {% if the package was loaded
    \newtheoremstyle{classicdef} % Nome
    {12pt} % Spazio che precede l’enunciato
    {12pt} % Spazio che segue l’enunciato
    {} % Stile del font dell’enunciato
    {} % Rientro (se vuoto, non c’è rientro,
    % \parindent = rientro dei capoversi)
    {} % Stile del font dell’intestazione
    {:} % Punteggiatura che segue l’intestazione
    {.5em} % Spazio che segue l’intestazione:
    % ” ” = normale spazio inter-parola;
    % \newline = a capo
    {\spacedlowsmallcaps{#1}{~}#2}% Specifica l’intestazione dell’enunciato
    % (normalmente viene lasciata vuota)
    \newtheoremstyle{classicthm} % Nome
    {12pt} % Spazio che precede l’enunciato
    {12pt} % Spazio che segue l’enunciato
    {\itshape} % Stile del font dell’enunciato
    {} % Rientro (se vuoto, non c’è rientro,
    % \parindent = rientro dei capoversi)
    {} % Stile del font dell’intestazione
    {:} % Punteggiatura che segue l’intestazione
    {.5em} % Spazio che segue l’intestazione:
    % ” ” = normale spazio inter-parola;
    % \newline = a capo
    {\spacedlowsmallcaps{#1}{~}#2}% Specifica l’intestazione dell’enunciato
    % (normalmente viene lasciata vuota)
    \theoremstyle{classicdef}%
    \newtheorem{definizione}{Definizione}[chapter]% [section] o [chapter]
    \theoremstyle{classicthm}%
    \newtheorem{teorema}{Teorema}[chapter]% [section] o [chapter]
    \newtheorem{legge}{Legge}[chapter]%
    }
    {}%else
    \makeatother`

    ` \renewcommand{\sfdefault}{iwona}

    \DeclareCaptionLabelFormat{mylabel}{\small\sffamily\bothIfFirst{\spacedlowsmallcaps{#1}}{~}\spacedlowsmallcaps{#2}}

    \captionsetup{%
    format=hang,%
    labelformat=mylabel,%
    font={small,sf},%
    width={.8\textwidth}%
    }

    \DeclareCaptionLabelFormat{mysublabel}{\small\sffamily\bothIfFirst{\spacedlowsmallcaps{#1}}{~}\spacedlowsmallcaps{(#2)}}

    \captionsetup[subfloat]{%
    labelformat=mysublabel,%
    labelsep=space,%
    listofformat=subparens,%
    font={small,sf},%
    }

    \captionsetup[table]{skip=\medskipamount}`

  • Devi essere connesso per rispondere a questo topic.

Go to top