Skip to content
Open
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
4 changes: 2 additions & 2 deletions English Version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ CREDITS to the Original Author, my Senior in CNS Laboratory: Ding-Jie Huang 黃
Extra notes for Visual Studio Code users:
In case you are using LaTeX workshop to compile your LaTeX, please copy and paste the following toolchain scripts onto your user settings.

``` json
``` json
"latex-workshop.latex.toolchain": [
{
"command": "xelatex",
Expand Down Expand Up @@ -64,4 +64,4 @@ In case you are using LaTeX workshop to compile your LaTeX, please copy and past
]
}
]
```
```