From 68b309ce3a8e23dba0f7ee493c14315f219dc253 Mon Sep 17 00:00:00 2001 From: y-yating Date: Fri, 9 Nov 2018 11:31:56 +0800 Subject: [PATCH] Update README.md --- README.md | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/README.md b/README.md index b938f81..4f2cbdb 100644 --- a/README.md +++ b/README.md @@ -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/),