LaTeX Template of Southeast University Thesis for Class of 2024 Bachelors (东南大学 2024 届本科毕设 LaTeX 模板)
Check out Call for Papers! (CFP TeX Source)
Important
This project is under active development.
此非官方(unofficial)模版基于《东南大学本科毕业设计(论文)参考模板 (2024年1月修订)》设计。毕设论文具体格式要求请使用者自行确认。
This project provides a class file based on LaTeX3 for typesetting thesis of Southeast University seuthesis2024b.cls
.
As an end-user, you do not need to know how to code in LaTeX3,
but use the interface LaTeX2e only.
Specifically, you will need to modify based on seuthesis2024b.tex
.
Oh, should I use Chinese to explain it one more time? Er, let's skip that. TL;DR:
使用此模板请直接修改 seuthesis2024b.tex
.
You need to adjust class options to suit your need.
For examples, Windows users should set the font correctly and delete fontset = mac ms
.
XeLaTeX only (TeX Live 2022 or later).
Compile with latexmk -pdfxe seuthesis2024b.tex
.
There are two options:
- Copy the required fonts to the
fonts
directory (or the directory where required fonts can be found). Seefonts/README.md
for details. Usefont dir = {{/path/to/fonts/}}
to specify the directory (note the double brace and trailing slash). Meanwhile, deletefontset = ...
or usefontset = files
. - Use
fontset = mac ms
if you have Microsoft Word installed on macOS.
Tip
因东大已有 Microsoft Word 正版授权,SEUer 可以在东大云盘下载字体压缩包。
Check out the gradute
branch.
It is not well finetuned. You may modify the .cls
file if needed.
[Issue #3]
- LaTeX v.s. Typst: What is TeX Community's Future Plan? (yes, my question on TeX.SX)
- 在 LaTeX 中使用 OpenType 字体(二)
- CTeX 宏集手册 (or
texdoc ctex
on your PC with local TeX installation) - PDF2PPT (convert PDF beamer to MS PPTX presentations)
- Wuqiong Zhao's Publications
This project is distributed by the MIT License.