Re: \ac in corpo minore ma solo fuori da MakeText[Low|Upp]erCase

#67951
Up
0
Down
::


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

Go to top