Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 512 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 512 Bytes

计算机网络 报告模板

新定义命令

\infoauthor{姓名}{学号}
\infoexp{实验名称}

插入代码

\begin{minted}[frame=lines]{sh}

public class Main(){
    static void main(String[] args){
        .....
    }
}

\end{minted}

使用方法

\documentclass{ml}
\infoauthor{姓名}{学号}
\infoexp{实验名称}

\begin{document}
\maketitle
\tableofcontents
\newpage

\input{Chapter/第1章}   % 载入章节

\section{实验过程}

\end{document}