summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hitszthesis/hitszthesis.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-18 22:28:45 +0000
committerKarl Berry <karl@freefriends.org>2020-02-18 22:28:45 +0000
commit08515f0c1df0f23da805bdb29d02e793f160c184 (patch)
treea506f094bd6a8e8415fd5c0f6b67312e1a72616f /Master/texmf-dist/tex/latex/hitszthesis/hitszthesis.sty
parent55adb6fbcca7a68bd17fa64d3e0f84a9ceb4aa8b (diff)
hitszthesis (18feb20)
git-svn-id: svn://tug.org/texlive/trunk@53831 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hitszthesis/hitszthesis.sty')
-rw-r--r--Master/texmf-dist/tex/latex/hitszthesis/hitszthesis.sty32
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/hitszthesis/hitszthesis.sty b/Master/texmf-dist/tex/latex/hitszthesis/hitszthesis.sty
new file mode 100644
index 00000000000..e27d8309cfd
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/hitszthesis/hitszthesis.sty
@@ -0,0 +1,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