An open API service indexing awesome lists of open source software.

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 模板

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 .