We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a720d commit 9dee4caCopy full SHA for 9dee4ca
README.md
@@ -21,5 +21,5 @@ A LaTeX template to create simple lab reports.
21
git clone https://github.com/NN708/SimpleLabReport.git
22
```
23
2. 编译 `sample.tex`;
24
- > 如果你使用 LaTeX Workshop,在 Visual Studio Code 中打开 `sample.tex`,按 `Ctrl` + `Alt` + `B` 即可编译。
+ > 如果你使用 LaTeX Workshop,在 Visual Studio Code 中打开 `sample.tex`,按 `Ctrl` + `Alt` + `B`(macOS 请使用 `Command` + `Option` + `B`)即可编译。
25
3. 随意修改 `sample.tex`,完成你自己的实验报告(你可以参考 sample.tex 中的相关注释)。
0 commit comments