答案1
你应该试着抵制纠正者的愿望。但如果做不到,这里有一个方法:
\documentclass[
twoside,openright,titlepage,numbers=noenddot,headinclude,
footinclude=true,cleardoublepage=empty,
BCOR=10mm,paper=a4,fontsize=11pt,
]{scrbook}
\usepackage[linedheaders]{classicthesis}
%%% Change the text block area to add also the margin space
\areaset[current]{\dimexpr\textwidth+\marginparwidth+\marginparsep}{\textheight}
\setlength{\marginparwidth}{0pt}
\setlength{\marginparsep}{0pt}
\usepackage{kantlipsum}
\begin{document}
\mainmatter
\chapter{First chapter title}
\section{A section}
\kant
\end{document}
该kantlipsum
包仅用于提供模拟文本。