Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ make wordcount # word count

###### Configuring VS Code

Install the LaTeX Workshop plugin in VS Code, and then open the root directory of this project.
Install the LaTeX Workshop plugin in VS Code, and then **open the root directory of this project directly** (i.e., the `tongji-undergrad-thesis` folder, not a parent folder, otherwise `.vscode/settings.json` will not take effect).

###### Compile Project Using Workshop Features

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ make wordcount # wordcount

###### 配置 VS Code

在 VS Code 中安装 LaTeX Workshop 插件,然后打开本项目根目录
在 VS Code 中安装 LaTeX Workshop 插件,然后**直接打开本项目根目录**(即 `tongji-undergrad-thesis` 文件夹,而非其上层文件夹,否则 `.vscode/settings.json` 配置无法生效)

###### 通过 Workshop 提供的功能编译项目

Expand Down