summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-20 21:21:30 +0000
committerKarl Berry <karl@freefriends.org>2022-02-20 21:21:30 +0000
commit36c40243665f27f57f0167810c4e29d88347ee0a (patch)
tree8fcae6f4fbe1df6885e5ba65a030f3258da32dcd /Master/texmf-dist/doc
parentc7c1e843dca195d32cb6d976f4f75ffd942d573a (diff)
njuthesis (20feb22)
git-svn-id: svn://tug.org/texlive/trunk@62107 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/njuthesis/README.md18
-rw-r--r--Master/texmf-dist/doc/latex/njuthesis/njuthesis.pdfbin1060301 -> 1103774 bytes
2 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
------------
diff --git a/Master/texmf-dist/doc/latex/njuthesis/njuthesis.pdf b/Master/texmf-dist/doc/latex/njuthesis/njuthesis.pdf
index 5aa0cc75c00..6d15a76a773 100644
--- a/Master/texmf-dist/doc/latex/njuthesis/njuthesis.pdf
+++ b/Master/texmf-dist/doc/latex/njuthesis/njuthesis.pdf
Binary files differ