1 Star 0 Fork 0

martinz2002/ZJUI ECE 445 毕业论文(个人报告)模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
individual_thesis.tex 2.21 KB
一键复制 编辑 原始数据 按行查看 历史
martinz2002 提交于 2024-05-26 19:49 . minor update
%% individual_thesis.tex
%% ZJUI Senior Design Individual Report
\documentclass{ece445thesis}
\usepackage{subfiles}
%%% Report information %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%TODO: Fill project info here
\semester{Spring 2024}
\reporttitle{Title}
\projectnumber{Project Number}
\supervisor{Supervisor}
\ta{TA}
\reportdate{May 27, 2024}
%TODO: Fill personal info here
\authorname{Name}
\studentid{Student ID}
\grade{Year of admission}
\major{Major}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\addbibresource{thesis.bib} % bib database
\begin{document}
\subfile{frontmatter/cover.tex}
\frontmatter
\includepdf{frontmatter/checklist.pdf}
\cleardoublepage
\includepdf{frontmatter/statement.pdf}
\cleardoublepage
%%% Acknowledgement %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TODO: Acknowledgement here
\subfile{body/0-acknowledgement.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Abstract %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TODO: Abstract here
\subfile{body/0-abstract.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\tableofcontents
\mainmatter
%%% Body %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TODO: Main body starts here
\subfile{body/1-introduction.tex}
\subfile{body/2-design.tex}
% \subfile{...}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand*{\UrlFont}{\rmfamily}
\printbibliography[title={References},heading=bibintoc]
\titleformat{\chapter}
{\fontsize{15pt}{\baselineskip}\selectfont\bfseries}
{Appendix \thechapter}{1em}{}
\titlespacing{\chapter}{0pt}{0pt}{\baselineskip}
\begin{appendices}
%%% Appendices %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TODO: Appendices here
\chapter{Sample Appendix Chapter}
% \chapter{...}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{appendices}
\titleformat{\chapter}
{\fontsize{15pt}{\baselineskip}\selectfont\bfseries}
{\thechapter}{1em}{}
\titlespacing{\chapter}{0pt}{0pt}{\baselineskip}
\backmatter
\includepdf[pages={1}]{backmatter/resume.pdf}
\cleardoublepage
\includepdf[pages={1}]{backmatter/task_assignment.pdf}
\cleardoublepage
\includepdf[pages={1}]{backmatter/assessment_form.pdf}
\end{document}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/martinz2002/zjui-ece445-individual-thesis-template.git
git@gitee.com:martinz2002/zjui-ece445-individual-thesis-template.git
martinz2002
zjui-ece445-individual-thesis-template
ZJUI ECE 445 毕业论文(个人报告)模板
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385