Code Monkey home page Code Monkey logo

fduthesis2022's Introduction

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

fduthesis2022's People

Contributors

eurekayuan avatar darthzhu avatar

Stargazers

 avatar Joey avatar  avatar Peiji Li avatar  avatar zkball avatar Kexin HUANG avatar  avatar Mingyuan Luo  avatar  avatar Jiaqi Wu avatar  avatar Codeplay avatar Fanqi Yu avatar  avatar Ye TIAN avatar Weichen Li avatar  avatar Lesi Chen avatar LY_Hong avatar

Watchers

 avatar

fduthesis2022's Issues

标题页没有居中

将 \maketitle 替换为

\null % Empty line
\nointerlineskip % No skip for prev line
\vfill
\let\snewpage \newpage
\let\newpage \relax
\maketitle
\let \newpage \snewpage
\vfill
\break % page break

如何修改目录行距?

  1. 撰写规范中要求目录行距为20磅,模板里仍为默认的1.2倍行距。
  2. 撰写规范要求字体为黑体,模板里为宋体

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.