mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2026-05-10 00:26:21 +08:00
23 lines
No EOL
513 B
JSON
23 lines
No EOL
513 B
JSON
{
|
|
"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"
|
|
} |