在清洁论文中,章节标题占用了太多空间,甚至很短的章节标题也是如此。例如,
\chapter{本章标题不太长}
将被分成两行。有什么办法可以:
- 增加章节标题的宽度
- 减小章节号的大小(它确实太大了!)
- 稍微扩大文档的边距(边距太大,文本内容太窄)
\documentclass{scrbook}
\usepackage{cleanthesis}
\begin{document}
\chapter{The title of this chapter is not too long}
\end{document}