diff --git a/README.md b/README.md index 52b69097..0d9e08e4 100644 --- a/README.md +++ b/README.md @@ -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` 目录(该目录不会被记录版本) > 注意: >