# 网络相关课程实习 实验报告模板 **Repository Path**: xphi1980/npreport ## Basic Information - **Project Name**: 网络相关课程实习 实验报告模板 - **Description**: 网络相关课程实习的实验报告Latex模板。 - **Primary Language**: TeX/LaTeX - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 2 - **Created**: 2022-09-16 - **Last Updated**: 2025-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 网络相关课程实习实验报告LaTeX模板 A LaTeX template for lab report of Network Practice in NUDT. ## 1. 文件说明 npreport.cls 模板文件 demo.tex 正文内容 demo.bib 参考文献 figures 正文中用到的图片文件 ## 3. 编译 因为使用了minted宏包对文中的代码进行语法高亮,因此在编译代码前需要安装minted的依赖Pygments。 建议使用Python的包管理工具进行安装。Pygments可以在各种操作系统下运行。 ``` shell pip install Pygments ``` 1. Windows 环境下,推荐使用最新版TeX Live套件,然后在工程目录下运行以下命令编译: ``` shell compile.bat ``` 2. MacOS 环境下,推荐使用MacTex套件,然后在工程目录下运行以下命令编译: ``` shell ./compile.sh ``` 3. Linux 环境下,推荐使用最新版TeX Live套件,然后在工程目录下运行以下命令编译: ``` shell ./compile.sh ``` 4. 本文档支持在Overleaf,TexPage等在线编辑环境中编辑,编译前需要将Compiler配置为XeLaTex。 由于实验报告模板较长,从头开始进行第一次编译需要几分钟时间,请耐心等待。