mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2026-05-04 04:43:49 +08:00
feat(vscode): add xelatex configuration for LaTeX workshop
This commit is contained in:
parent
0cd0625f2a
commit
b706fc4e37
1 changed files with 23 additions and 0 deletions
23
.vscode/settings.json
vendored
Normal file
23
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"latex-workshop.latex.tools": [
|
||||
{
|
||||
"name": "xelatex",
|
||||
"command": "xelatex",
|
||||
"args": [
|
||||
"-synctex=1",
|
||||
"-interaction=nonstopmode",
|
||||
"-file-line-error",
|
||||
"%DOC%"
|
||||
]
|
||||
}
|
||||
],
|
||||
"latex-workshop.latex.recipes": [
|
||||
{
|
||||
"name": "xelatex",
|
||||
"tools": [
|
||||
"xelatex"
|
||||
]
|
||||
}
|
||||
],
|
||||
"latex-workshop.latex.recipe.default": "xelatex"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue