Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.05 KB

README-CTAN.md

File metadata and controls

49 lines (37 loc) · 1.05 KB

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

\documentclass{njuthesis}
\njusetup{}
\begin{document}
\maketitle
\tableofcontents
\mainmatter
\chapter{Welcome}
Hello \LaTeX{}!
\printbibliography
\end{document}

Contributing

Issues and pull requests are always welcome.

Wiki

Please see Chinese wiki.

License

This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3c of this license or (at your option) any later version.


Copyright (C) 2021 - 2024 by NJU LUG.