- 下载本项目:右上角 Code -> Download ZIP。
- 上传到overleaf:打开overleaf上传zip文件。
- 修改overleaf的编译器为XeLaTex:左上角Menu->Settings->Compiler。
- 封面字体和WORD模板字体有一点不同。
- 目录格式和WORD模板的目录有一点不同。
欢迎PR。
- 2023.10.13 封面添加第二导师相关信息
- 2023.10.13 分章节撰写时每章另起一页
- 2023.10.13 页码用阿拉伯数字编写,右页右对齐,左页左对齐
- 2023.10.13 奇数页页眉为章节标题,偶数页页眉为论文题目
- 2023.10.14 增加了中英文摘要
Tex/Frontmatter.tex
- 2023.10.14 封面、摘要、目录后面都有一个空页,用于双面打印
- 删除
Tex/Frontinfo.tex
中
\advisortwo{董超}% 第二指导老师
\advisortitletwo{研究员}% 第二指导老师职务
- 删除
Style/ucasproposal.cls
中第223
行的第二导师相关代码。
\ucas@label@ch@advisor & \ulenhance{\ulextend[151pt]{\hspace*{-\ulhshift}\ucas@value@ch@advisortwo}}\ucas@label@ch@advisortitle\ulenhance{\ulextend[170pt]{\hspace*{-\ulhshift}\ucas@value@ch@advisortitletwo}}\\
- 删除
Tex/Frontmatter.tex
中
% ----------------摘要-------------------------
\renewcommand{\abstractname}{\bfseries\zihao{4}摘 \quad 要}
\fancypagestyle{abstractpage}{
\fancyhf{} % 清空页眉页脚
\fancyhead[C]{\footnotesize 摘要}
}
\begin{abstract}
\thispagestyle{abstractpage}
\zihao{-4} % 设置摘要正文为宋体小4号字
这里是摘要的正文内容。摘要需要简要说明研究的目的、方法、结果和结论。
\end{abstract}
\noindent \textbf{关键词:} 关键词1, 关键词2, 关键词3
% --------------------------------------------
% ----------------英文摘要-------------------------
\renewcommand{\abstractname}{\bfseries\zihao{4} Abstract}
\fancypagestyle{abstractpage}{
\fancyhf{} % 清空页眉页脚
\fancyhead[C]{\footnotesize Abstract}
}
\begin{abstract}
\thispagestyle{abstractpage}
\zihao{-4} % 设置摘要正文为宋体小4号字
Here is the text of the abstract. The abstract needs to briefly describe the purpose, methods, results, and conclusions of the study.
\end{abstract}
\noindent \textbf{Keywords:} University of Chinese Academy of Sciences (UCAS), Thesis,
% --------------------------------------------
感谢 ucasproposal 提供的模板,本模板在其基础上进行了修改,使其尽量符合最新的中国科学院大学的开题报告要求。