when compiling the following MWE with TeX Live 2021 as distribution the result (first fig.) differs from the compilation using Tex Live 2022 (second fig., good to test with Overleaf). The spaced low small caps are not present anymore in the toc (2022 version), but this isn't the "right" version of the authors of ClassicThesis/ArsClassica. Maybe it's due to the tocloft package? Anyone has an idea to solve this problem?
Best regards!
\documentclass[11pt,a4paper,footinclude=true,headinclude=true]{scrbook} % KOMA-Script book
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[parts,pdfspacing,dottedtoc,eulerchapternumbers]{classicthesis} %,manychapters
\usepackage{lipsum}
\usepackage{hyperref}
\begin{document}
\renewcommand{\cftchapaftersnumb}{\spacedlowsmallcaps}
\tableofcontents
\chapter{Lipsum}
\lipsum
\end{document}



classicthesisandscrbookin the first place. – daleif Aug 16 '22 at 15:40toclofthas nothing to do with your problem. – Peter Wilson Aug 17 '22 at 17:52