Senza un esempio minimo è difficile dire qualcosa.
ho riportato il bug all’autore del pacchetto. questo sarebbe il mio codice per formattare i capitoli:
`\usepackage[pagestyles,psfloats,topmarks]{titlesec}
\newpagestyle{v2st}{
\sethead{}{}{\small\thepage}
\setfoot{}{\color{grchiaro}\rule[.5ex]{4em}{.2pt}\quad\S\quad\rule[.5ex]{4em}{.2pt}}{}
}
\assignpagestyle{\chapter}{v2st}
\titleformat{\chapter}[display]{\vskip-4em \scshape\huge\bfseries\fillast}
{\color{grm}\mdseries\scriptsize Capitolo~\small\thechapter}{-0.8ex}{}
`
se commento il comando \titleformat, \assignpagestyle fa il suo dovere, altrimenti nisba!
Per il secondo problema c’è un vecchio trucco:
`\listoffigures
\begingroup
\renewcommand{\cleardoublepage}{}
\renewcommand{\clearpage}{}
\listoftables
\endgroup`
Ciao
Enrico
grazie!