{
// Latex workshop
"latex-workshop.latex.tools": [
{
"name": "latexmk",
"command": "latexmk",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-pdf",
"%DOC%"
]
},
{
"name": "xelatex",
"command": "xelatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
]
},
{
"name": "pdflatex",
"command": "pdflatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
]
},
{
"name": "bibtex",
"command": "bibtex",
"args": [
"%DOCFILE%"
]
}
],
"latex-workshop.latex.recipes": [
{
"name": "xelatex",
"tools": [
"xelatex"
]
},
{
"name": "latexmk",
"tools": [
"latexmk"
]
},
{
"name": "pdflatex -> bibtex -> pdflatex*2",
"tools": [
"pdflatex",
"bibtex",
"pdflatex",
"pdflatex"
]
}
],
"latex-workshop.view.pdf.viewer": "tab",
"latex-workshop.latex.clean.enabled": true,
"latex-workshop.latex.clean.fileTypes": [
"*.aux",
"*.bbl",
"*.blg",
"*.idx",
"*.ind",
"*.lof",
"*.lot",
"*.out",
"*.toc",
"*.acn",
"*.acr",
"*.alg",
"*.glg",
"*.glo",
"*.gls",
"*.ist",
"*.fls",
"*.log",
"*.fdb_latexmk"
],
}
Read More:
- Latex’s problem about package missing
- Recipe for target’Project 1.exe’ failed Cause analysis and solution
- Vs code solves the problem that latex does not display references and [?] is displayed in the text
- Latex row overflow problem overfull / hbox (1.1499pt too wide) in paragraph
- Installing opencv and Linux Makefile:160 : recipe for target ‘all’ failed problem resolution
- Three ways of latex supporting Chinese
- Spring boot problem 1: error reporting life processing instructions for building a spring boot project
- Solve the problem of vscode window console “flash”
- The problem of failed to create process occurs in pyinstaller package program of Python
- [latex] latex adjust row spacing
- LaTeX Error: File `.def’ not found. [\usepackage]
- pygobject pip3 upgrade problem: ERROR: Failed building wheel for pycairo
- The problem of nativelink error couldn’t execute invalid argument occurs when starting Modelsim Altera simulation through quartus
- Fatal error C1853 error occurs when there are mixed .c files in the VS project
- Several common methods of inserting pictures into latex documents
- Greek letters in latex
- To solve the problem that fastcgi process often fails recently, an unknown fastcgi error occurs
- Latex macro package and latex error: file ‘xxx. Sty’ not found
- LaTeX Error: Can be used only in preamble
- About solving the problem that vscode files cannot be edited