%
% =======================================================================
% ····Y88b···d88P················888b·····d888·d8b·······················
% ·····Y88b·d88P·················8888b···d8888·Y8P·······················
% ······Y88o88P··················88888b·d88888···························
% ·······Y888P··8888b···88888b···888Y88888P888·888·88888b·····d88b·······
% ········888······"88b·888·"88b·888·Y888P·888·888·888·"88b·d88P"88b·····
% ········888···d888888·888··888·888··Y8P··888·888·888··888·888··888·····
% ········888··888··888·888··888·888···"···888·888·888··888·Y88b·888·····
% ········888··"Y888888·888··888·888·······888·888·888··888··"Y88888·····
% ·······························································888·····
% ··························································Y8b·d88P·····
% ···························································"Y88P"······
% =======================================================================
%
% -----------------------------------------------------------------------
% Author : 焱铭
% Date : 2023-07-18 08:50:38 +0800
% LastEditTime : 2023-07-21 09:44:07 +0800
% Github : https://github.com/YanMing-lxb/
% FilePath : \GUET_Thesis_LaTeX\main.tex
% Description : Version 0.9 更新请关注 https://github.com/GUET-TeX-Users-Group/GUET_Thesis_LaTeX
% -----------------------------------------------------------------------
%
\special{dvipdfmx:config z 0} % XeLaTeX取消PDF压缩,加快编译速度,但会增加PDF体积
% \pdfcompresslevel=0 % PdfLaTeX取消PDF压缩,加快编译速度,但会增加PDF体积
% \pdfobjcompresslevel=0 % LuaLaTeX取消PDF压缩,加快编译速度,但会增加PDF体积
% ------------------------------------------------------------------------------------------
% 前言区域
% ------------------------------------------------------------------------------------------
\documentclass[promaster,eversion]{GUET-Thesis}
% eversion:电子版 pversion:打印版 bachelor:本科 master:学硕 promaster:专硕 doctor:博士 ojmaster 在职硕士 ptmaster 非全专硕
% latex基础教程 lshort-zh
% \usepackage{showframe} % 显示排版框架
% \TPshowboxestrue % 显示textblock 框架,方便调整位置
\usepackage[l2tabu, orthodox]{nag} % 检查是否有已被淘汰或过时的宏包
\graphicspath{{./Pictures/},{./Pictures/Chapter1/},{./Pictures/Chapter2/},{./Pictures/Chapter3/},{./Pictures/Chapter4/},{./Pictures/Chapter5/}} % 图片所在位置
% ------------------------------------------------------------------------------------------
% 封面信息
% ------------------------------------------------------------------------------------------
% \secrets{绝密} % 不涉密请注释该命令,不要空着
\title{基于嵌入式散热模块的微通道散热技术研究}{Research on microchannel heat dissipation technology \\& based on embedded heat dissipation module} % 题目{中文}{英文} 在标题中插入“\\&”命令进行换行
\author{焱铭}
\advisor{焱铭} % 导师姓名
\protitle{教授} % 导师职称.
\school{机电工程学院} % 所在学院
\major{机械工程} % 学科专业或领域
\studentnumber{2020XXX} % 学号
\degreecategories{工学硕士} % 申请学位门类或类别
\datereply{\today} % 可更换为具体日期如:\datereply{2023年5月28日}
% ------------------------------------------------------------------------------------------
% 正文
% ------------------------------------------------------------------------------------------
\begin{document}
\makecover % 封面
% \bindpdfcover{./Chapters/盲审学位论文封面(示例).pdf} % 可使用PDF文件作为封面,如盲审封面
\originalitydeclaration % 独创性声明
% \signatureofdeclaration{./Chapters/独创性声明(示例).pdf} % 可使用已签字的独创性声明PDF文件
\input{Chapters/Abstract} % 摘要
% ------------------------------------------------------------------------------------------
\thesisfigurelist % 插图目录
\thesistablelist % 插表目录
\thesissymbollist % 符号说明表
\thesistableofcontents % 目录
% ------------------------------------------------------------------------------------------
\input{Chapters/Symbol} % 符号定义文件
\input{Chapters/Chapter1}
\input{Chapters/Chapter2}
\input{Chapters/Chapter3}
\input{Chapters/Chapter4}
\input{Chapters/Chapter5} % 可根据需求自行添加章节数
\input{Chapters/Conclusion} % 总结与展望
% ------------------------------------------------------------------------------------------
\thesisbibliography{./References/reference.bib} % 参考文献
% 默认调用GUET-Thesis(base-gbt7714-numerical)参考文献样式,当参考文献数目超过100时,可以使用large选项调整编号
% 如\thesisbibliography{large}{./References/reference.bib}
% ------------------------------------------------------------------------------------------
% 此处一般不用,除非要自定义参考文献样式,更换参考文献样式文件
% \bibliographystyle{GUET-Thesis(base-gbt7714-numerical)} % 自定义参考文献样式
% \bibliography{reference} % 参考文献库
% ------------------------------------------------------------------------------------------
\thesisacknowledgement % 致谢
\thesisaccomplish % 攻读专业硕士学位期间取得的成果
\end{document}