开题报告定稿
This commit is contained in:
46
report.tex
Normal file
46
report.tex
Normal 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:
|
Reference in New Issue
Block a user