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