We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7dbfc commit 2cb1b6cCopy full SHA for 2cb1b6c
1 file changed
README.md
@@ -17,7 +17,11 @@ A LaTeX template to create simple lab reports.
17
推荐使用以下配置:
18
19
1. 安装一个 TeX 发行版,如 [TeX Live](http://tug.org/texlive/);
20
+
21
+ > 如果你使用 macOS,你也可以选择安装 [MacTeX](http://tug.org/mactex/)。
22
23
2. 安装 [Visual Studio Code](https://code.visualstudio.com) 作为编辑器;
24
25
3. 在 Visual Studio Code 中安装 [LaTeX Workshop](https://github.com/James-Yu/LaTeX-Workshop) 扩展程序。
26
27
### 下载并编译
@@ -32,7 +36,7 @@ A LaTeX template to create simple lab reports.
32
36
33
37
> 如果你使用 LaTeX Workshop,在 Visual Studio Code 中打开 `sample.tex`,按 `Ctrl` + `Alt` + `B`(macOS 请使用 `Command` + `Option` + `B`)即可编译。
34
38
35
-3. 随意修改 `sample.tex`,完成你自己的实验报告(你可以参考 sample.tex 中的相关注释)。
39
+3. 随意修改 `sample.tex`,完成你自己的实验报告(你可以参考 `sample.tex` 中的相关注释)。
40
41
## 许可证
42
0 commit comments