summaryrefslogtreecommitdiff
path: root/macros/xetex/latex/hduthesis/example/hduthesis-bc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/xetex/latex/hduthesis/example/hduthesis-bc.tex')
-rw-r--r--macros/xetex/latex/hduthesis/example/hduthesis-bc.tex45
1 files changed, 45 insertions, 0 deletions
diff --git a/macros/xetex/latex/hduthesis/example/hduthesis-bc.tex b/macros/xetex/latex/hduthesis/example/hduthesis-bc.tex
new file mode 100644
index 0000000000..b25278428b
--- /dev/null
+++ b/macros/xetex/latex/hduthesis/example/hduthesis-bc.tex
@@ -0,0 +1,45 @@
+\documentclass
+ [
+ math-font = STIX Two Math, agreed,
+ CJKmain-font = { {Songti SC}[AutoFakeBold = 2.5, AutoFakeSlant] },
+ CJKsans-font = { {STHeiti}[AutoFakeBold = 2] }
+ ] {hduthesis}
+\tikzset{ > = stealth }
+\usetikzlibrary{positioning,shapes.geometric}
+
+\DocInfo
+ {
+ title = 杭州电子科技大学学位论文 \hologo{LaTeX} 模板/本科毕业设计,
+ department = 理学院,
+ major = 物理学,
+ class = 英才班,
+ stdntid = C668668E,
+ author = 申智能,
+ supervisor = 教授:葉芷晴,
+ bibsource = reference
+ }
+
+\begin{document}
+
+\maketitle
+\commitment [ example-image-a/2024-05-31 ]
+
+\input{cha/abstract.tex}
+
+\tableofcontents
+
+\input{cha/cha1.tex}
+\input{cha/cha2.tex}
+\input{cha/cha3.tex}
+\input{cha/cha4.tex}
+\input{cha/cha5.tex}
+\input{cha/cha6.tex}
+\input{cha/cha7.tex}
+\input{cha/thanks.tex}
+\printbibliography
+
+\appendix
+\chapter*{附录}
+\addcontentsline{toc}{chapter}{附录}
+
+\end{document}