Re: colore acronimi

#19603
DMW
    Up
    0
    Down
    ::


    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

    Go to top