`Seconda soluzione:
Codice:
\makeatletter
\DeclareTextFontCommand{\@smallRoman}{%
\check@mathfonts\fontsize\sf@size\z@\math@fontsfalse\selectfont}
\def\@roman#1{\@smallRoman{\expandafter\@slowromancap\romannumeral #1@}}
\makeatother
`
Adotto tale soluzione, inserendola direttamente nel preambolo come mi è stato suggerito, dopo aver caricato tutti gli altri pacchetti. Funziona egregiamente, fino a quando non decido di usare anche il pacchetto hyperref, che mi genera una marea dei seguenti errori:
`! Paragraph ended before \def was complete.
\par
l.1 \frontespizio
I suspect you've forgotten a `}', causing me to apply this
control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.
Runaway argument?
! Paragraph ended before \def was complete.
\par
l.1 \frontespizio
I suspect you've forgotten a `}', causing me to apply this
control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.
Runaway argument?
! Paragraph ended before \def was complete.
\par `
Non riesco proprio a capire cos’è che non va.