ClassicThesis:章节标题比点长

ClassicThesis:章节标题比点长

我正在使用 classicthesis 来编写文档。但是,目录中的某些小节存在问题,因为它们超出了虚线。 在此处输入图片描述

如何修复?如果可以减少单词间距,那么如果超出 1 个字符,这将是最好的选择,否则换行也可以...

这是一个示例代码(不是我手稿中的代码),但它也运行在点上:

\documentclass[twoside,openright,titlepage,numbers=noenddot,
headinclude,footinclude,cleardoublepage=empty,abstract=on,
BCOR=5mm,paper=a4,fontsize=11pt]{scrreprt}

\input{classicthesis-config}

\begin{document}
\frenchspacing
\raggedbottom
\selectlanguage{american} 

\pagestyle{scrheadings}
\pdfbookmark[1]{\contentsname}{tableofcontents}
\setcounter{tocdepth}{2} 
\setcounter{secnumdepth}{3}
\manualmark
\markboth{\spacedlowsmallcaps{\contentsname}}{\spacedlowsmallcaps{\contentsname}}
\tableofcontents
\automark[section]{chapter}
\renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}}
\renewcommand{\sectionmark}[1]{\markright{\textsc{\thesection}\enspace\spacedlowsmallcaps{#1}}}

\chapter{Bla}

\section{Blub}

\subsection{Long Long Long Long Long Long Long Long Long}

\end{document}

相关内容