Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "workbench.colorTheme": "Cobalt2",
- "editor.formatOnSave": true,
- "[javascript]": {
- "editor.formatOnSave": true
- },
- "[javascriptreact]": {
- "editor.formatOnSave": true
- },
- "workbench.startupEditor": "newUntitledFile",
- "latex-workshop.intellisense.package.enabled": true,
- "latex-workshop.intellisense.unimathsymbols.enabled": true,
- "latex-workshop.latex.recipes": [
- {
- "name": "latexmk 🔃",
- "tools": [
- "latexmk"
- ]
- },
- {
- "name": "pdflatex ➞ bibtex ➞ pdflatex`×2",
- "tools": [
- "pdflatex",
- "bibtex",
- "pdflatex",
- "pdflatex"
- ]
- }
- ],
- "latex-workshop.latex.tools": [
- {
- "name": "latexmk",
- "command": "latexmk",
- "args": [
- "-shell-escape",
- "-synctex=1",
- "-interaction=nonstopmode",
- "-file-line-error",
- "-pdf",
- "-outdir=%OUTDIR%",
- "%DOC%"
- ],
- "env": {}
- },
- {
- "name": "pdflatex",
- "command": "pdflatex",
- "args": [
- "-synctex=1",
- "-interaction=nonstopmode",
- "-file-line-error",
- "%DOC%"
- ],
- "env": {}
- },
- {
- "name": "bibtex",
- "command": "bibtex",
- "args": [
- "%DOCFILE%"
- ],
- "env": {}
- },
- {
- "name": "latexmk",
- "command": "latexmk",
- "args": [
- "-xelatex",
- "-synctex=1",
- "-interaction=nonstopmode",
- "-file-line-error",
- "%DOC%"
- ]
- }
- ],
- "latex-workshop.latex.clean.subfolder.enabled": true,
- "git.autofetch": true,
- "terminal.integrated.fontFamily": "Inconsolata for Powerline",
- "editor.minimap.enabled": false,
- "editor.suggestSelection": "first",
- "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
- "files.exclude": {
- "**/.classpath": true,
- "**/.project": true,
- "**/.settings": true,
- "**/.factorypath": true
- },
- "editor.codeActionsOnSave": {
- "source.fixAll.eslint": true
- },
- "workbench.iconTheme": "material-icon-theme",
- "prolog.executablePath": "/Applications/SWI-Prolog.app/Contents/MacOS/swipl",
- "python.languageServer": "Microsoft",
- "editor.wordWrap": "on",
- // "latex-workshop.view.pdf.zoom": "page-fit",
- // "latex-workshop.view.pdf.viewer": "external",
- // "latex-workshop.view.pdf.external.viewer.command": "/Applications/Skim.app/Contents/SharedSupport/displayline",
- // "latex-workshop.view.pdf.external.viewer.args": [
- // "0",
- // "%PDF%"
- // ],
- // "latex-workshop.view.pdf.external.synctex.command": "/Applications/Skim.app/Contents/SharedSupport/displayline",
- // "latex-workshop.view.pdf.external.synctex.args": [
- // "-r",
- // "-b",
- // "%LINE%",
- // "%PDF%",
- // "%TEX%"
- // ],
- // "latex-workshop.latex.autoBuild.cleanAndRetry.enabled": true,
- // "latex-workshop.latex.autoClean.run": "onBuilt",
- // "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",
- // "*.snm",
- // "*.nav",
- // "*.synctex.gz",
- // "*.run.xml",
- // "*.bcf",
- // "__latexindent_temp.tex"
- // ],
- "latex-workshop.view.pdf.viewer": "external",
- "latex-workshop.view.pdf.external.viewer.command": "/Applications/Skim.app/Contents/SharedSupport/displayline",
- "latex-workshop.view.pdf.external.viewer.args": [
- "0",
- "%PDF%"
- ],
- "latex-workshop.view.pdf.external.synctex.command": "/Applications/Skim.app/Contents/SharedSupport/displayline",
- "latex-workshop.view.pdf.external.synctex.args": [
- "-r",
- "-b",
- "%LINE%",
- "%PDF%",
- "%TEX%",
- ],
- "explorer.confirmDelete": false,
- //"latex-workshop.latexindent.path": "/usr/local/texlive/2021/bin/universal-darwin/latexindent",
- "security.workspace.trust.untrustedFiles": "open",
- "editor.fontSize": 16
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement