% -------------------------------------------------------------------
%     前言区域
% -------------------------------------------------------------------
\documentclass[eversion]{thesis-guet} 
% eversion:电子版 pversion:打印版
% \usepackage{showframe} % 显示排版框架
% \TPshowboxestrue % 显示textblock 框架,方便调整位置
\usepackage{color} % 高亮显示用
\definecolor{shadecolor}{RGB}{255,204,75} % 定义高亮颜色
\graphicspath{{./Pictures/},{./Pictures/Chapter1/},{./Pictures/Chapter2/},{./Pictures/Chapter3/},{./Pictures/Chapter4/},{./Pictures/Chapter5/}} % 图片所在位置
% ------------------------------------------------------------
%     封面信息
% ------------------------------------------------------------
\title{桂林电子科技大学毕业论文标题}{} % 题目{中文}{英文}
\author{你的名字}
\advisor{教师名字}    % 导师姓名
\protitle{教授}       % 导师职称.
\school{计算机与信息安全学院}     % 所在学院
\major{你的专业}      % 学科专业或领域
\studentnumber{2000300XXX}   % 学号
\degreecategories{工学学士}   % 申请学位门类或类别
\datereply{\today}      % 可更换为具体日期如:\datereply{2023年5月28日}
% ---------------------------------------------------------------
%     正文
% ---------------------------------------------------------------
\begin{document}
\makecover % 封面
%\bindpdfcover{盲审学位论文封面(示例).pdf} 
% 可使用PDF文件作为封面,如盲审封面
\originalitydeclaration   % 独创性声明
% \signatureofdeclaration{独创性声明(示例).pdf} 
% 可使用已签字的扫面版独创性声明PDF文件
\input{Chapters/Abstract}    % 摘要
\thesistableofcontents       % 目录
% --------------------------------------------------------------------
\input{Chapters/Chapter1}
\input{Chapters/Chapter2}
\input{Chapters/Chapter3}
\input{Chapters/Chapter4}
\input{Chapters/Chapter5}   % 可根据需求自行添加章节数
\input{Chapters/Conclusion} % 总结与展望
% --------------------------------------------------------------------
\thesisbibliography{./References/reference.bib}                        % 参考文献
% 如\thesisbibliography{large}{./References/reference.bib} 当参考文献数目超过100时,可以使用large选项调整编号
% -------------------------------------------------------------------
% 此处一般不用,除非要自定义参考文献样式,更换参考文献样式文件
% \bibliographystyle{thesis-guet(base-gbt7714-numerical)}              % 自定义参考文献样式
% \bibliography{reference} % 参考文献库
% -------------------------------------------------------------------
\thesisacknowledgement                                                 % 致谢
\normalfont
\end{document}