答案1
也许你想要类似的东西
\documentclass{scrartcl}
\RedeclareSectionCommand[
toclinefill=\TOCLineLeaderFill,
%tocnumwidth=0pt,
tocentrynumberformat=\gobbleentrynumber
]{section}
\newcommand*\gobbleentrynumber[1]{}
\renewcommand*{\sectionformat}{}
\begin{document}
\tableofcontents
\section{non-star section}
\end{document}
或者如果你取消注释tocnumwidth=0pt
:
但我会用
\documentclass{scrartcl}
\KOMAoptions{
sectionentrydots=true,
toc=indenttextentries
}
\begin{document}
\tableofcontents
\addsec{non-star section}
\end{document}
有还是没有toc=indenttextentries
。