Skip to content

OpenHUTB/undergraduate

Repository files navigation

本科毕业设计模板

湖南工商大学本科毕业设计模板。

使用

推荐使用 texstudiooverleaf 进行论文撰写。

注:在 latex 2023 中编译成功,latex 2016 编译失败(需要更高的版本,其他版本的 latex 没试过)。

贡献

有任何对模板格式进行调整的可以提交 IssuesPull Request

选题

选题列表

要求

  1. 格式化、注释、文档翻译
  2. 运行
  3. 测试(例子通过)

初始化

  1. 新建github工程

  2. 运行init_proj('PROJECT_NAME');

  3. 分配开发者

使用

克隆仓库

git clone --recursive https://github.com/OpenHUTB/undergraduate.git

修改方法

添加新的一页

以添加“授权使用说明书”为例:

1.添加内容文件content/authorizationzh.tex

2.在模板文件中hutbthesis.cls添加:

% 预定义名称
\newcommand*{\hutb@name@authorization@zh}{声明}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 诚信声明
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\newenvironment{authorizationzh} {
	%\begin{titlepage}%
	\hutb@pdfbookmark{0}{\hutb@name@authorization@zh}
	%\renewcommand*{\headsep}{20pt}
	\vspace*{0pt}
	%	\begin{center} \zihao{-2} \heiti \@titlecn \end{center}
	\vspace{0pt}
	\begin{center} \zihao{2} \heiti 湖南工商大学本科毕业设计版权使用授权书 \end{center}  % 摘要为三号黑体
	\vspace{12pt}
	\linespread{1.5}
	\zihao{4}\songti  % 内容为四号宋体

	%\end{titlepage}%

}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

3.在主文件hutbthesis_main.tex中引入

\include{content/authorizationzh}

About

本科毕设latex模板

Resources

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages