summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/njuthesis/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/njuthesis/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/njuthesis/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/njuthesis/README.md b/Master/texmf-dist/doc/latex/njuthesis/README.md
index b9ea0d1884b..b9411c04fbb 100644
--- a/Master/texmf-dist/doc/latex/njuthesis/README.md
+++ b/Master/texmf-dist/doc/latex/njuthesis/README.md
@@ -6,6 +6,24 @@ dissertations with LaTeX, providing support for bachelor, master, and
doctoral thesis. 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
------------