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.
p2l5wexnu/Readme.md

50 lines
1.4 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.

# 计算机网络 实验指导书
## 1. 概述
计算机网络实验指导书是由计算机网络教案社区发起,
配合社区网络教案,由各高校专家教授共同联合编纂的一份实验指导材料。
本项目工程包含了“计算机网络实验指导书”使用的各类相关文件。
## 2. 目录结构
项目根目录下的目录功能如下:
* data实验指导书分章节内容
* config实验指导书格式配置文件
* figure用到的图片
* code参考代码
## 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在线编辑环境中编辑编译前需要将Compiler配置为XeLaTex。
由于实验指导书较长,从头开始进行一次编译需要几分钟时间,请耐心等待。