\documentclass{tjureport} % ============================================= % Part 0 Edit the info % ============================================= \major{计算机科学与技术} \class{计科5班} \name{刘锦帆} \title{计算机组成与体系结构实践} \subtitle{两级 Cache 仿真器} \myheader{天津大学智能与计算学部《计算机组成与体系结构实践》} \stuid{3020202184} \college{智能与计算学部} \date{\zhtoday} \lab{47教} \course{计算机组成与体系结构实践} \instructor{魏继增} \grades{59} \expname{nmap端口扫描} \exptype{设计实验} \partner{Bob} \begin{document} % ============================================= % Part 1 Header % ============================================= \makecover \thispagestyle{plain} \tableofcontents \newpage % ============================================= % Part 2 Main document % ============================================= \startheader \setcounter{page}{1} % 单独从 1 开始编页码 \input{body/1.tex} \input{body/2.tex} \input{body/3.tex} \input{body/4.tex} \end{document}