You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.2 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 网络相关课程实习实验报告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. 本文档支持在OverleafTexPage等在线编辑环境中编辑编译前需要将Compiler配置为XeLaTex。
由于实验指导书较长,从头开始进行一次编译需要几分钟时间,请耐心等待。