Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nju-lug/NJUThesis
南京大学学位论文模板
https://github.com/nju-lug/NJUThesis
latex latex-class latex-template nanjing-university njuthesis thesis-latex-template
Last synced: 3 months ago
JSON representation
南京大学学位论文模板
- Host: GitHub
- URL: https://github.com/nju-lug/NJUThesis
- Owner: nju-lug
- License: lppl-1.3c
- Created: 2021-05-20T10:09:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T08:31:58.000Z (6 months ago)
- Last Synced: 2024-05-08T09:30:51.140Z (6 months ago)
- Topics: latex, latex-class, latex-template, nanjing-university, njuthesis, thesis-latex-template
- Language: TeX
- Homepage: https://ctan.org/pkg/njuthesis
- Size: 2.86 MB
- Stars: 409
- Watchers: 8
- Forks: 60
- Open Issues: 6
-
Metadata Files:
- Readme: README-CTAN.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- latex-templates - nju-lug/<br>NJUThesis - lug/NJUThesis?style=flat-square)<br/>![63](https://img.shields.io/github/forks/nju-lug/NJUThesis?style=flat-square)<br/>![2024-05-08](https://img.shields.io/github/last-commit/nju-lug/NJUThesis?style=flat-square) | 南京大学学位论文模板 | (Popular & New LaTeX Templates / Thesis/Dissertation)
README
The `njuthesis` class
=====================The `njuthesis` class is intended for typesetting Nanjing University
dissertations with LaTeX, providing support for bachelor, master,
doctoral thesis and postdoctoral report. Compilation of this class
requires either `xelatex` or `lualatex` engine.Usage
-----A minimal example of this document class should look like
```LaTeX
\documentclass{njuthesis}
\njusetup{}
\begin{document}
\maketitle
\tableofcontents
\mainmatter
\chapter{Welcome}
Hello \LaTeX{}!
\printbibliography
\end{document}
```Contributing
------------[Issues](https://github.com/nju-lug/NJUThesis/issues) and
[pull requests](https://github.com/nju-lug/NJUThesis/pulls)
are always welcome.Wiki
----Please see [Chinese wiki](https://github.com/nju-lug/NJUThesis/wiki).
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) 2021 - 2024 by NJU LUG.