computer-organization/cache/TJU-2023-Computer-Organization/Proj1-2/TJU-Latex-Report/main.tex

43 lines
949 B
TeX

\documentclass{tjureport}
% =============================================
% Part 0 Edit the info
% =============================================
\major{计算机科学与技术}
\class{计科3班}
\name{刘原驰}
\title{计算机组成与体系结构实践}
\subtitle{两级 Cache 仿真器}
\myheader{2024秋-计算机组成与体系结构实践}
\stuid{3021244213}
\college{智能与计算学部}
\date{\zhtoday}
\course{计算机组成与体系结构实践}
\begin{document}
% =============================================
% Part 1 Header
% =============================================
\makecover
\thispagestyle{plain}
\tableofcontents
\newpage
% =============================================
% Part 2 Main document
% =============================================
\startheader
\setcounter{page}{1} % 单独从 1 开始编页码
\input{body/2.tex}
\input{body/3.tex}
\input{body/4.tex}
\end{document}