Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNetAdmin authored Oct 10, 2020
1 parent 0d034ef commit 62f3e08
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,27 @@ zjuthesis 模板有两种使用方式,Overleaf 或本地编译:

- `Degree``undergraduate` 时,编译本科生论文:

| Type | Period | BlindReview | MajorFormat |
| :------------- | :------------------- | :----------------------------------- | :------------------------------------- |
| thesis: 论文类 | proposal: 开题报告 | true: 生成盲审用 pdf(隐藏个人信息) | 默认: general |
| design: 设计类 | final: 最终论文/设计 | false: 生成提交用 pdf |`config/format/major/` 下目录名相同 |
| Field | Option 1 | Option 2 |
| :--------- | :-----------------------------------| :------------------------------------ |
|Type | thesis: 论文类 | design: 设计类 |
|Period | proposal: 开题报告 | final: 最终论文/设计 |
|BlindReview | true: 生成盲审用 pdf(隐藏个人信息) | false: 生成提交用 pdf |
|MajorFormat | 默认: general |`config/format/major/` 下目录名相同 |

- `Degree``graduate` 时,编译硕士生/博士生论文:

| Type | BlindReview | MajorFormat | GradLevel |
| :------------------- | :----------------------------------- | :------------------------------------- | :----------- |
| thesis: 学术论文 | true: 生成盲审用 pdf(隐藏个人信息) | 默认: general | master: 硕士 |
| design: 专业学术论文 | false: 生成提交用 pdf |`config/format/major/` 下目录名相同 | doctor: 博士 |

| Field | Option 1 | Option 2 |
| :--------- | :-----------------------------------| :------------------------------------ |
| Type | thesis: 学术论文 | design: 专业学术论文 |
| BlindReview| true: 生成盲审用 pdf(隐藏个人信息) | false: 生成提交用 pdf |
| MajorFormat| 默认: general |`config/format/major/` 下目录名相同 |
| GradLevel | master: 硕士 | doctor: 博士 |

1.`body` 目录下编写内容
1.`pages` 目录下填写必要的内容,如审核评语等
1.`figure` 目录下保存图片,在 `body/ref.bib` 内插入文献条目
1. 在根目录下运行命令 `latexmk`(或者 `latexmk -xelatex -outdir=out zjuthesis`)即可编译 pdf 文件到 `out` 目录(该目录不会被记录版本)
2.`pages` 目录下填写必要的内容,如审核评语等
3.`figure` 目录下保存图片,在 `body/ref.bib` 内插入文献条目
4. 在根目录下运行命令 `latexmk`(或者 `latexmk -xelatex -outdir=out zjuthesis`)即可编译 pdf 文件到 `out` 目录(该目录不会被记录版本)

> 注意:
>
Expand Down

0 comments on commit 62f3e08

Please sign in to comment.