22 Dicembre 2011 alle 9:38
#67951
::
Finalmente sembra che abbia trovato una soluzione! 😉
`\documentclass{scrreprt}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage[pdfspacing]{classicthesis}
\usepackage{relsize,etoolbox}
\makeatletter
\pdfstringdefDisableCommands{%
\let\textsmaller\@firstofone}
\DeclareRobustCommand\ac{\textsmaller}
\patchcmd\@uclcnotmath{#1}{#1\def\ac##1{##1}}{}{%
\errmessage{Cannot patch \string\@uclcnotmath}}
\makeatother
\begin{document}
\tableofcontents
\listoffigures
\chapter{Logica \ac{BAN}}
Questo capitolo presenta la logica \ac{BAN}…
\section{Particolarità \ac{BAN}}
Questo paragrafo…
\begin{figure}
\centering\Large\ttfamily FIGURA
\caption{Schema \ac{BAN}.}
\end{figure}
\end{document}`
Ciao,
Antonio