开题报告定稿

This commit is contained in:
2025-05-27 22:20:35 +08:00
commit 35bc388fb3
24 changed files with 161563 additions and 0 deletions

46
report.tex Normal file
View File

@ -0,0 +1,46 @@
% !Mode:: "TeX:UTF-8"
\documentclass[fontset=fandol,toc=true,type=doctor,stage=opening,campus=harbin]{hithesisart}
% 此处选项中不要有空格
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 必填选项
% type=doctor|master|bachelor
% stage=opening|midterm
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 选填选项(选填选项的缺省值已经尽可能满足了大多数需求,除非明确知道自己有什么
% 需求)
% campus=shenzhen|weihai|harbin
% 含义校区选项默认harbin
% fontset=windows|mac|ubuntu|fandol
% 含义前三个对应各自系统fandol是开源字体。
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setlength{\parindent}{2\ccwd}
\usepackage{indentfirst}
\usepackage{float}
\usepackage{paralist}
\usepackage{caption}
\usepackage{subfigure}
\let\itemize\compactitem
\let\enditemize\endcompactitem
\let\enumerate\compactenum
\let\endenumerate\endcompactenum
\let\description\compactdesc
\let\enddescription\endcompactdesc
\graphicspath{{figures/}}
\begin{document}
\input{front/coverart.tex}
\makecover
\input{body/body}
\end{document}
% Local Variables:
% TeX-engine: xetex
% End: