我正在使用最新版本 (4.2) 的 Classisthesis 模板来撰写我的论文。模板中包含一段类似于页脚的文本,它会打印在所有页面的底部 - 包括封面。
虽然我喜欢在论文的每一页上都写上论文标题的想法,但我怎样才能将其从封面上删除……?
我把这段文字的来源追溯到classicthesis.sty中的如下代码片段:
% ********************************************************************
% Drafting Stuff
% ********************************************************************
\RequirePackage{scrtime} % time access
\newcommand{\finalVersionString}{\relax}
\providecommand{\myVersion}{$\!\!$} % w/o classicthesis-config.tex
\ifthenelse{\boolean{@drafting}}{%
% \RequirePackage{draftwatermark}%
% \SetWatermarkLightness{0.9}
% \SetWatermarkScale{.5}
% \SetWatermarkText{\today\ at \thistime}
\PassOptionsToPackage{draft}{prelim2e}
\RequirePackage{prelim2e}
\renewcommand{\PrelimWords}{\relax}
\renewcommand{\PrelimText}{\footnotesize FOOTER TEXT, TYPICALLY THESIS TITLE}
}{\renewcommand{\finalVersionString}{\emph{Final Version} as of \today\ (\texttt{classicthesis}~\myVersion).}}
答案1
删除同一文件中注释的drafting
选项。classicthesis-config