%% An Introduction to LaTeX Thesis Template of Wuhan University
%%
%% Created by WHUTUG
\documentclass[type=bachelor,oneside]{whu-thesis}
\whusetup
  {
    info               =
      {
        title          = {武汉大学学位论文 \LaTeX{} 模板\\使用示例文档},
        title*         = {An Introduction to LaTeX Thesis Template\\of Wuhan University},
        student-number = {xxxxxxxxxxxxx},
        school         = {院系名称},
        author         = {作者姓名},
        author*        = {Your Name},
        subject        = {学科},
        major          = {专业名称},
        advisor-name   = {教师姓名},
        direction      = {研究方向},
        % date           = {2021/5},
        keywords       = {关键词 1 , 关键词 2 , 关键词 3 , 关键词 4 , 一个非常非常,非常非常长——的关键词 5},
        keywords*      = {key word 1 , key word 2 , key word 3 , key word 4 , {and a very very, very very long key word---the key word 5}},
      },
    style              =
      {
        graphics-path  = {{figures/}{data/}},
      },
    element            =
      {
        innovation     = {pages/innovation},
        abstract       = {pages/abstract},
        abstract*      = {pages/enabstract},
        bibliography   = {ref/refs , ref/thu},
        achievements   = {pages/achievements},
        thanks         = {pages/thanks},
        appendix       = {pages/appendix}
      }
  }
\begin{document}
%%----------- 主体部分 ----------- %%
\include{pages/chapter1}
\include{pages/chapter2}
\include{pages/chapter3}
\include{pages/chapter4}
\end{document}