Files
doctoral-opening-report/report.tex
2025-05-27 22:20:35 +08:00

47 lines
1.2 KiB
TeX
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

% !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: