Re: Classicthesis e amsthm

#14103
Up
0
Down
::

Ciao a tutti, come appare dai miei ultimi interventi, sono rimasto conquistato dalla bellezza dello stile Classicthesis, che sto usando per tutti i miei documenti, con grande soddisfazione.

Classicthesis non usa il grassetto:

No bold fonts are used. Italics or spaced small caps do the job quite well.

Per evidenziare i teoremi, ho pensato di usare il pacchetto amsthm:
`\newtheoremstyle{classic}% name
{3pt}% Space above
{3pt}% Space below
{}% Body font
{}% Indent amount (empty = no indent, \parindent = para indent)
{\scshape\color{Maroon}}% Thm head font
{:}% Punctuation after thm head
{.5em}% Space after thm head: ” ” = normal interword space;
% \newline = linebreak
{}% Thm head spec (can be left empty, meaning `normal')

\theoremstyle{classic}
\newtheorem{teorema}{Teorema}
`
e il risultato è buono. Mi chiedevo se è possibile, al posto dal maiuscoletto, ottenere il “maiuscoletto spaziato” \spacedallcaps o \spacedlowsmallcaps. Ho provato a fare qualche tentativo, ma invano.

Aggiungi \lsstyle dopo \scshape

Ciao
Enrico

Go to top