\sectionformat
使用时无法修改KOMA 类中的西班牙语{babel} 中的选项。有没有直接的修复方法(我的意思是,不用重复使用 {titlesec})?
\documentclass{scrartcl}
\usepackage[%
% english,
spanish, % <--- Problem
]{babel}
\renewcommand*{\sectionformat}[1]{Secc. }
\usepackage{blindtext}
\begin{document}
\tableofcontents
\blinddocument
\end{document}