summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hitszthesis/hitszthesis.sty
blob: e27d8309cfd175b842d5f5d6ed52bc796f63c966 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
%
% Copyright (C) 2019-2020 by Jingxuan Yang <yanglatex2e@gmail.com>
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
%      http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
%
% This work has the LPPL maintenance status `maintained'.
%
\ProvidesPackage{hitszthesis}[2020/02/18 v2.0 A Collection of Styles for Bachelor Thesis of Harbin Institute of Technology, ShenZhen]

% 将引入的宏包以及各种自定义命令都放在这里
% 在 \file{main.tex} 中使用 |\usepackage{hitszthesis}| 引入本文件

% 加载宏包
% \RequirePackage{package}

% 自定义命令
% \newcommand\totallynewcommand{command details}
% \renewcommand\existedcommand{command details}

% etc




% 结束输入
\endinput