::
Buondì…
cerco di spiegarmi in fretta: io vorrei creare un ambiente che mi permetta di scrivere un teorema (con stile definito «custom» per un’uniformità editoriale) all’interno di una shadowbox.
Il problema è che, una volta definito lo stile del teorema con:
`
\newtheoremstyle{example}% name
{3pt}% Space above
{3pt}% Space below
{\textcolor{example}}% Body font
{}% Indent amount (empty = no indent, \parindent = para indent)
{\bf}% 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')
\newtheorem{example}{Esempio}[chapter]
`
non so come creare un ambiente o comando che mi permetta di scrivere del testo che poi verrà formattato con shadowbox esterna contenente il “teorema” formattato.
Grazie mille
saluti