summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hitreport/hitreport-example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/hitreport/hitreport-example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/hitreport/hitreport-example.tex42
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hitreport/hitreport-example.tex b/Master/texmf-dist/doc/latex/hitreport/hitreport-example.tex
new file mode 100644
index 00000000000..9e28cf8fe07
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hitreport/hitreport-example.tex
@@ -0,0 +1,42 @@
+% !TeX encoding = UTF-8
+% !TeX program = xelatex
+
+\documentclass{hitreport}
+
+
+% 报告基本配置,加载宏包等全局配置
+\input{hitsetup}
+
+
+\begin{document}
+
+% 封面
+\maketitle
+
+\frontmatter
+\input{data/abstract}
+
+% 目录
+\tableofcontents
+
+
+% 正文部分
+\mainmatter
+\input{data/chap01}
+\input{data/chap02}
+\input{data/chap03}
+
+
+% 其他部分
+\backmatter
+
+% 参考文献
+%\bibliography{ref/refs} % 参考文献使用 BibTeX 编译
+% \printbibliography % 参考文献使用 BibLaTeX 编译
+
+% 附录
+\appendix
+\input{data/appendix}
+
+
+\end{document}