Skip to content

LaTeX thesis template for CS undergraduates, Fudan University, 2022

Notifications You must be signed in to change notification settings

eurekayuan/fduthesis2022

Repository files navigation

Fudan Thesis 2022

LaTeX thesis template for CS undergraduates, Fudan University, 2022. The template follows the official instructions 计算机学院、软件学院本科毕业论文撰写规范.docx provided by the CS department.

See fducs2022_thesis_template.pdf for an example of the output.

Usage

Directly open the Overleaf template from this link, or follow the following steps:

Download the zip version of this repo. Open a new project on Overleaf and upload the zip file. Compile main.tex and it's done. Remember to switch the compiler to XeLaTeX, or you will encounter problems.

Miscellaneous

If you encounter overflow of table of contents, you may solve the problem by adding the following line before the source code of the first section that overflows.

\addtocontents{toc}{\protect\newpage\protect}

% \section{xxx}
% xxx is the first section that overflows in ToC

About

LaTeX thesis template for CS undergraduates, Fudan University, 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages