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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169
|
# bithesis class
# Matthew Bertucci 2022/08/14 for v3.0.0
#include:expl3
#include:l3keys2e
#include:class-ctexbook
#include:geometry
#include:xeCJK
#include:titletoc
#include:setspace
#include:graphicx
#include:fancyhdr
#include:pdfpages
#include:setspace
#include:booktabs
#include:multirow
#include:tikz
#include:etoolbox
#include:hyperref
#include:xcolor
#include:caption
#include:array
#include:amsmath
#include:amssymb
#include:amsthm
#include:unicode-math
#include:pdfpages
#include:listings
#include:enumitem
#include:environ
#keyvals:\documentclass/bithesis#c
type=#bachelor,bachelor_translation,bachelor_english,master,doctor
blindPeerReview#true,false
twoside#true,false
#endkeyvals
#ifOption:type=bachelor_english
#include:datetime2
#include:indentfirst
#endif
\BITSetup{键值对%keyvals}
#keyvals:\BITSetup#c
cover={%<键值列表%>}
cover/date=%<任意字符串%>
cover/headerImage=%<图片路径%>
cover/xiheiFont=%<字体路径%>
cover/dilimiter=%<任意字符串%>
cover/autoWidth#true,false
cover/labelMaxWidth=##L
cover/valueMaxWidth=##L
cover/labelAlign=#c,l,r
cover/valueAlign=#c,l,r
cover/underlineThickness=##L
cover/underlineOffset=##L
info={%<键值列表%>}
info/title=%<字符串%>
info/titleEn=%<字符串%>
info/school=%<字符串%>
info/schoolEn=%<字符串%>
info/major=%<字符串%>
info/majorEn=%<字符串%>
info/author=%<字符串%>
info/authorEn=%<字符串%>
info/studentId=%<字符串%>
info/supervisor=%<字符串%>
info/supervisorEn=%<字符串%>
info/externalSupervisor=%<字符串%>
info/keywords={%<字符串;以全角分号分割%>}
info/keywordsEn={%<字符串; 以分号分割%>}
info/translationTitle=%<字符串%>
info/translationOriginTitleEn=%<字符串%>
info/classification=%<字符串%>
info/UDC=%<字符串%>
info/chairman=%<字符串%>
info/chairmanEn=%<字符串%>
info/degree=%<字符串%>
info/degreeEn=%<字符串%>
info/institute=%<字符串%>
info/instituteEn=%<字符串%>
info/defenseDate=%<字符串%>
info/defenseDateEn=%<字符串%>
info/classifiedLevel=%<字符串%>
style={%<键值列表%>}
style/head=%<字符串%>
TOC={%<键值列表%>}
TOC/abstract#true,false
TOC/abstractEn#true,false
TOC/symbols#true,false
appendices={%<键值列表%>}
appendices/chapterLeveltrue,false
appendices/title=%<字符串%>
appendices/TOCTitle=%<字符串%>
misc={%<键值列表%>}
misc/arialFont=%<字符串%>
#endkeyvals
\begin{abstractEn}
\end{abstractEn}
\begin{acknowledgements}
\end{acknowledgements}
\begin{algorithm}
\begin{algorithm}[留数定理%text]
\end{algorithm}
\begin{appendices}
\end{appendices}
\begin{axiom}
\begin{axiom}[留数定理%text]
\end{axiom}
\begin{bibprint}
\end{bibprint}
\begin{case}
\begin{case}[留数定理%text]
\end{case}
\begin{conclusion}
\end{conclusion}
\begin{conjecture}
\begin{conjecture}[留数定理%text]
\end{conjecture}
\begin{corollary}
\begin{corollary}[留数定理%text]
\end{corollary}
\begin{definition}
\begin{definition}[留数定理%text]
\end{definition}
\begin{example}
\begin{example}[留数定理%text]
\end{example}
\begin{lemma}
\begin{lemma}[留数定理%text]
\end{lemma}
\begin{proposition}
\begin{proposition}[留数定理%text]
\end{proposition}
\begin{publications}
\end{publications}
\begin{remark}
\begin{remark}[留数定理%text]
\end{remark}
\begin{resume}
\end{resume}
\begin{symbols}
\end{symbols}
\begin{theorem}
\begin{theorem}[留数定理%text]
\end{theorem}
\MakeCover
\MakeOriginality
\MakePaperBack
\MakeTitle
\MakeTOC
# not documented
\begin{blindPeerReview}#*
\end{blindPeerReview}#*
\arabicHeiti{arg}#*
\arialfamily#*
\circled[opt]{arg}#*
\circled{arg}#*
\dunderline[opt]{arg1}{arg2}#*
\dunderline{arg1}{arg2}#*
codegreen#B
codegray#B
codepurple#B
backcolour#B
|