https://github.com/irenier/sysuthesis
中山大学学位论文 LaTeX 模板
https://github.com/irenier/sysuthesis
latex latex-template sysu sysuthesis tex thesis thesis-latex-template thesis-template
Last synced: 4 months ago
JSON representation
中山大学学位论文 LaTeX 模板
- Host: GitHub
- URL: https://github.com/irenier/sysuthesis
- Owner: irenier
- License: lppl-1.3c
- Created: 2023-03-10T12:29:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-26T15:13:54.000Z (7 months ago)
- Last Synced: 2025-11-28T15:46:42.642Z (7 months ago)
- Topics: latex, latex-template, sysu, sysuthesis, tex, thesis, thesis-latex-template, thesis-template
- Language: TeX
- Homepage: https://www.ctan.org/pkg/sysuthesis
- Size: 1.34 MB
- Stars: 29
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README-CTAN.md
- License: LICENSE
Awesome Lists containing this project
README
The `sysuthesis` class
=====================
The `sysuthesis` class is intended for typesetting Sun Yat-sen University
dissertations with LaTeX, providing support for bachelor, master,
doctoral thesis. Compilation of this class requires
either `xelatex` or `lualatex` engine.
Usage
-----
A minimal example of this document class should look like
```tex
\documentclass{sysuthesis}
\sysusetup[option]{type=bachelor}
\begin{document}
\maketitle
\frontmatter
\begin{abstract}
中文摘要。
\end{abstract}
\begin{abstract*}
abstract.
\end{abstract*}
\tableofcontents
\mainmatter
\chapter{欢迎}
欢迎使用 \LaTeX{}!
\appendix
\end{document}
```
Contributing
------------
[Issues](https://github.com/irenier/sysuthesis/issues) and
[pull requests](https://github.com/irenier/sysuthesis/pulls)
are always welcome.
License
-------
This work may be distributed and/or modified under the conditions of
the [LaTeX Project Public License](http://www.latex-project.org/lppl.txt),
either version 1.3c of this license or (at your option) any later
version.
-----
Copyright (C) 2024 - 2026 by Renier Tan .