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.
teamwk123/网络信息系统解构实验报告-202112623017-赵宇鹏
zyp 6c1d9c9437
update
3 months ago
..
figures report update 3 months ago
README.md examiation report 3 months ago
compile.sh examiation report 3 months ago
compile.txt examiation report 3 months ago
demo.bib examiation report 3 months ago
demo.tex update 3 months ago
npreport.cls examiation report 3 months ago
网络信息系统解构实验报告-202112623017赵宇鹏.pdf examiation report 3 months ago

README.md

网络相关课程实习实验报告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可以在各种操作系统下运行。

pip install Pygments
  1. Windows 环境下推荐使用最新版TeX Live套件然后在工程目录下运行以下命令编译

    compile.bat 
    
  2. MacOS 环境下推荐使用MacTex套件然后在工程目录下运行以下命令编译

    ./compile.sh 
    
  3. Linux 环境下推荐使用最新版TeX Live套件然后在工程目录下运行以下命令编译

    ./compile.sh 
    
  4. 本文档支持在OverleafTexPage等在线编辑环境中编辑编译前需要将Compiler配置为XeLaTex。

由于实验指导书较长,从头开始进行一次编译需要几分钟时间,请耐心等待。