C’e’ da dire una cosa: questo e’ l’aux:
`\newlabel{lst:xac1}{{C.14}{175}{Sample policy in the proposed XACML syntax\relax }{lstlisting.C.14}{}}
\@writefile{lol}{\contentsline {lstlisting}{\numberline {C.14}Sample policy in the proposed XACML syntax}{175}{lstlisting.C.14}}
\mph@setcol{ii:175}{\mph@nr}
\newlabel{lst:xac1}{{C.3}{176}{\relax }{lstlisting.C.-3}{}}
\newlabel{lst:xac1}{{C.3}{176}{\relax }{lstlisting.C.-4}{}}
\newlabel{lst:xac1}{{C.3}{176}{\relax }{lstlisting.C.-5}{}}
\mph@setcol{ii:176}{\mph@nr}
\newlabel{lst:xac1}{{C.3}{177}{\relax }{lstlisting.C.-6}{}}
\newlabel{lst:xac1}{{C.3}{177}{\relax }{lstlisting.C.-7}{}}
\mph@setcol{ii:177}{\mph@nr}
\newlabel{lst:xac1}{{C.3}{178}{\relax }{lstlisting.C.-8}{}}
\newlabel{lst:xac1}{{C.3}{178}{\relax }{lstlisting.C.-9}{}}
\mph@setcol{ii:178}{\mph@nr}
\newlabel{lst:xac1}{{C.3}{179}{\relax }{lstlisting.C.-10}{}}
\mph@setcol{ii:179}{\mph@nr}
\mph@setcol{ii:180}{\mph@nr}`
Che il problema sia quando faccio il list of listings (che non uso)?
L’unica cosa che vedo relativa al LoL, e’ la seguente (nello stile che avevo allegato)
`\RequirePackage{listings}
% ********************************************************************
% caption numbering now w/o chapter number
\makeatletter
\ifthenelse{\boolean{cld@nochapters}}%
{\relax}{%
\@removefromreset{lstlisting}{chapter}% requires remreset package
}
%\renewcommand{\thelstlisting}{\arabic{lstlisting}} % <-- might cause an error with some TeX distributions
\makeatother
% ********************************************************************
% ...and get the layout of the list of listings right (dirty workaround)
\makeatletter
\def\@dottedtocline#1#2#3#4#5{%
\ifnum #1>\c@tocdepth \else
\vskip \z@ \@plus.2\p@
{\leftskip #2\relax \rightskip \@tocrmarg \parfillskip -\rightskip
\parindent #2\relax\@afterindenttrue
\interlinepenalty\@M
\leavevmode
\@tempdima #3\relax
\advance\leftskip \@tempdima \null\nobreak\hskip -\leftskip
\hbox{{#4}\nobreak
\hspace{1.5em}
\nobreak
\hb@xt@\@pnumwidth{\normalfont \normalcolor #5}}%
\par}%
\fi}
\def\@pnumwidth{0em}
\makeatother
% ********************************************************************
% to get the LoL entries right, change line 1461 in listings.sty (v1.3a) to
% {\protect\hspace{-\parindent}Listing~\thelstlisting\hspace{1.5em}\lst@@caption}%
% really nasty, if you know of a better way, please let me know
% ********************************************************************
%\lstset{emph={trueIndex,root},emphstyle=\color{BlueViolet}}%\underbar} % for special keywords
% ********************************************************************
`