5 Dicembre 2007 alle 15:55
#19603
::
aggiungi l’opzione nohyperlinks al pacheto acronym
`
\usepackage[…..,nohyperlinks]{acronym}`
oppure guarda questo topic risolto pochi giorni fa
http://www.guit.sssup.it/phpbb/viewtopic.php?t=3547&start=0&postdays=0&postorder=asc&highlight=acronym
Cioè metti questo nel preambolo
`\makeatletter
\let\acold\ac
\DeclareRobustCommand*\ac[1]{%
\begingroup
\let\AC@hyperlink\@secondoftwo%
\acold{#1}
\endgroup
}
\makeatother`
Ciao
Andrea