Skip to content

Commit

Permalink
📚 在 README 中添加 typst-cli 的安装命令
Browse files Browse the repository at this point in the history
📚 更新 README 中关于引用格式的说明,澄清 CSL 文件的使用情况

📚 更新 README 中关于 Slides 模板的描述,强调其完全基于 touying-buaa 项目
  • Loading branch information
Ri-Nai committed Feb 11, 2025
1 parent a00aead commit 6a31f08
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
2. 使用包管理器安装:

```sh
cargo install --locked typst-cli
choco install typst
winget install typst
...
Expand Down Expand Up @@ -62,7 +63,9 @@

#### 📚 引用格式

目前使用的 `Typst` 内置的 `gb-7714-2015-numeric` 引用格式与学校要求的格式略有差异。通过 [zotero-chinese/styles](https://github.com/zotero-chinese/styles/blob/main/src/beijing-institute-of-technology/beijing-institute-of-technology.csl) 下载的 `csl` 文件无法直接在 Typst 中使用,还没搞懂如何导入。
目前使用的 `Typst` 内置的 `gb-7714-2015-numeric` 引用格式与学校要求的格式略有差异。通过 [zotero-chinese/styles](https://github.com/zotero-chinese/styles/blob/main/src/beijing-institute-of-technology/beijing-institute-of-technology.csl) 下载的 `csl` 文件可能效果好些,不过仍未完全满足 Word 中的格式。

https://github.com/BITNP/BIThesis/discussions/401#discussioncomment-8198542 反馈,本科生毕业设计(论文)的参考文献格式要求就是 `GB/T 7714-2015`,不需要特别的格式。

#### 🔤 字体格式

Expand All @@ -87,7 +90,7 @@

## 🎭 slides-template

此为我在制作[数据结构-研学报告](https://github.com/Ri-Nai/BIT-Lexue-Code/blob/main/Data-Structure/Research-Report/1120231313-%E6%B1%87%E6%8A%A5.typ) 时使用的 Slides 模板,基于 [touying-buaa](https://github.com/Coekjan/touying-buaa) 项目。
此为我在制作[数据结构-研学报告](https://github.com/Ri-Nai/BIT-Lexue-Code/blob/main/Data-Structure/Research-Report/1120231313-%E6%B1%87%E6%8A%A5.typ) 时使用的 Slides 模板,完全基于 [touying-buaa](https://github.com/Coekjan/touying-buaa) 项目。

![example](docs/assets/example-touying.png)

Expand Down

0 comments on commit 6a31f08

Please sign in to comment.