1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
# njustthesis class
# Matthew Bertucci 2022/07/03 for v0.0.1
#include:kvdefinekeys
#include:kvsetkeys
#include:kvoptions
#include:class-ctexbook
#include:xeCJK
#include:csquotes
#include:indentfirst
#include:setspace
#include:titletoc
#include:tocbibind
#include:fancyhdr
#include:pifont
#include:footmisc
#include:natbib
#include:graphicx
#include:cnlogo
# loads njust option of cnlogo
#include:tabu
#include:multicol
#include:newtxmath
#include:exercise
#include:enumitem
#include:boxedminipage
\njustsetup{options%keyvals}
#keyvals:\njustsetup
logo=%<logo code%>
cover-title=%<text%>
author=%<name%>
id=%<id number%>
department=%<department%>
discipline=%<discipline%>
title=%<text%>
subtitle=%<text%>
supervisor=%<name%>
associate-supervisor=%<name%>
judge=%<name%>
supervisor-title=%<text%>
associate-supervisor-title=%<text%>
judge-title=%<text%>
year=%<year%>
month=%<month%>
day=%<day%>
signature=%<signature%>
signature*=%<English signature%>
abstract-prefix=
title*=%<English text%>
subtitle*=%<English text%>
header-title=%<text%>
#endkeyvals
\begin{abstract}
\end{abstract}
\begin{abstract*}
\end{abstract*}
\begin{acknowledgement}
\end{acknowledgement}
\begin{keyword}
\end{keyword}
\begin{keyword*}
\end{keyword*}
\copyrightpage
\reviewpage
\filedate#S
\filename#S
\fileversion#S
# from njust option of cnlogo
njust#B
\njustwhole
\njustwhole[color]
\njustwhole[color][scale]
|