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.
|
4 years ago | |
---|---|---|
bib | 4 years ago | |
data | 4 years ago | |
figure | 4 years ago | |
.gitignore | 4 years ago | |
Readme.md | 4 years ago | |
compile.bat | 4 years ago | |
instructions.cfg | 4 years ago | |
instructions.cls | 4 years ago | |
instructions.tex | 4 years ago |
Readme.md
计算机网络 共同实验指导书
1. 概述
计算机网络共同实验指导书是由计算机网络教案社区发起, 配合社区网络教案,由各高校专家教授共同联合编纂的一份实验指导材料。
本项目工程包含了“计算机网络共同实验指导书”使用的各类相关文件。
2. 目录结构
项目根目录下的目录功能如下:
- data:实验指导书分章节内容
- figure:用到的图片
- bib:参考文献
3. 编译
-
Windows 环境下,需要安装最新版texlive套件,然后在工程目录下运行以下命令编译:
compile.bat
-
MacOS 环境下,需要安装MacTex套件,然后编译。
-
Linux 环境下,需要安装texlive套件,然后编译。
4. 说明
项目主要结构参考了“Q-book LaTeX书籍模板”的早期版本。