Bjutthesis

LaTeX-based Template for Doctoral Thesis of Beijing University of Technology(BJUT)

Category

Other

License

Free to use (MIT)

File

main.tex

main.texRead-only preview
%!TEX program = xelatex
%-*- coding: UTF-8 -*-
\documentclass[no-math]{bjutthesis} 
\usepackage{lipsum, zhlipsum}    % for test use
%\usepackage{layout, showframe}   % for test use

% == packages
\usepackage{amsmath, mathtools, upgreek}
\usepackage{graphicx, tikz, pgfplots}
\usepackage{threeparttable, booktabs, longtable, multirow, dcolumn}
\usepackage{fancyvrb}

% == input
\bjutset{%
  clc            = {TU311},      % 中文图书分类号
  udc            = {004},        % 十进制分类号
  schoolcode     = {10005},      % 学校编号
  secretlevel    = {公开},       % 密级
  studentid      = {B200004000}, % 学号
  % -- 中文信息
  ctitle         = {\bjutthesis\,\version\,——北京工业大学博士学位论文{\LaTeX}模板},
  cauthor        = {姚明}, 
  cdiscipline    = {土木工程},   % 学科  
  cmajor         = {职业篮球},   % 研究方向
  cdegree        = {工学博士}, 
  csupervisor    = {杜修力},
  csupervstitle  = {教授},
  ccollege       = {城市建设学部},  
  cdate          = {\the\year~年\the\month~月},
  corganization  = {北京工业大学},
  % -- 英文信息
  etitle         = {\bjutthesis: \LaTeX-based Template for Doctoral Dissertation of Beijing University of Technology},
  edegree        = {Doctor of Engineering},
  emajor         = {Basketball},
  eauthor        = {YAO Ming},
  esupervisor    = {DU Xiuli},
  ecollege       = {Faculty of Urban Construction},
  edate          = {\today}
}

\begin{document}
\makecover                          % -- 封面(PDF使用,打印版无需)
\maketitle                          % -- 内封(中、英文)           
\makestate                          % -- 声明页
\frontmatter                        %% ==== 前页 ====
\include{./tex/abstract}            % -- 摘要,关键词
\makebitoc                          % -- 目录(中、英文)
\listoffigures                      % -- (可选)插图目录
\listoftables                       % -- (可选)表格目录
\printnomenclature                  % -- (可选)术语表
\mainmatter                         %% ==== 正文 ====
\include{./tex/chapter01}           % -- 第1,2,...章
\include{./tex/chapter02}           % -- 
\include{./tex/conclusion}          % -- 结论
\makebib{./ref/reference}           % -- 参考文献,GB/T7714-2015
\appendix                           %% ==== 附录 ====
\include{./tex/appendix_a}          % -- 附录A,B,...
\include{./tex/appendix_b}          % --
\backmatter                         %% ==== 附页 ====
\include{./tex/publication}         % -- 发表文献
\include{./tex/acknowledgement}     % -- 致谢
\end{document}
Preview
Bjutthesis preview
Bjutthesis LaTeX Template | Bibby | Bibby AI