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.
 
 
 
Go to file
夏竟 c5b3914f86
Merge branch 'master' into 'master'
4 years ago
bib 首次提交 4 years ago
data Chapter1 Figures Updated 4 years ago
figure Chapter1 Figures Updated 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. 编译

  1. Windows 环境下需要安装最新版texlive套件然后在工程目录下运行以下命令编译

    compile.bat 
    
  2. MacOS 环境下需要安装MacTex套件然后编译。

  3. Linux 环境下需要安装texlive套件然后编译。

4. 说明

项目主要结构参考了“Q-book LaTeX书籍模板”的早期版本。