Skip to content

Commit

Permalink
workspace test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangSongyi committed May 21, 2023
1 parent e2a145b commit 34f7fa0
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions LaTeX_Template.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
{
"folders": [
{
"name": "XJTU-thesis",
"path": "./LaTeX_Template"
}
],
"settings": {
"latex-workshop.latex.recipes": [
{
"name": "latexmk",
"tools": [
"latexmk"
]
},
],
"latex-workshop.latex.tools": [
{
"name": "latexmk",
"command": "latexmk",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-outdir=%OUTDIR%",
"%DOC%"
],
"env": {}
},
{
"name": "latexmk_rconly",
"command": "latexmk",
"args": [
"%DOC%"
],
"env": {}
},
],
"latex-workshop.view.pdf.viewer": "tab",
"latex-workshop.latex.clean.fileTypes": [
"**/*.aux",
"*.bbl",
"*.blg",
"*.idx",
"*.ind",
"*.lof",
"*.lot",
"*.out",
"*.toc",
"*.acn",
"*.acr",
"*.alg",
"*.glg",
"*.glo",
"*.gls",
"*.fls",
"*.log",
"*.fdb_latexmk",
"*.snm",
"*.synctex(busy)",
"*.synctex.gz(busy)",
"*.nav",
"*.glsdefs",
"*.ist",
"*.thm",
"*.xdy",
"*.xdv",
"*.zld",
"*.zlg",
"*.zln",
"*.toe",
"*.tec",
"*.sls",
"*.slo",
"*.slg",
"*.bcf",
"*.listing",
"*.run.xml",
"*.loe",
"*.glsdefs",
"*.ilg",
"*.mw",
"*.nlo",
"*.nls",
],
"latex-workshop.latex.rootFile.useSubFile": false,
"latex-workshop.view.pdf.internal.synctex.keybinding": "double-click",
"latex-workshop.intellisense.citation.backend": "biblatex",
"latex-workshop.latex.autoClean.run": "onFailed",
},
"extensions": {
"recommendations": [
"James-Yu.latex-workshop"
]
}
}

0 comments on commit 34f7fa0

Please # to comment.