Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yating committed Nov 9, 2018
1 parent a678776 commit 68b309c
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,37 +96,6 @@ latexmk

楷体:`https://fontzone.net/downloadfile/kaiti`

### 在vscode上编译 (LaTex Workshop)

对于使用vscode写tex的用户,添加如下配置,就可以在vscode上使用使用XeLaTeX了:

```
"latex-workshop.latex.tools": [
{
"name": "xelatex",
"command": "xelatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
]
}
],
"latex-workshop.latex.recipes": [
{
"name": "xelatex -> bibtex -> xelatex*2",
"tools": [
"xelatex",
"bibtex",
"xelatex",
"xelatex"
]
}
]
```


## 作者

[Yang Yating](https://github.com/y-yating/),
Expand Down

0 comments on commit 68b309c

Please sign in to comment.