{ "remote.SSH.remotePlatform": { "666": "linux", "Fixed-point-meet-CNN": "linux", "175.6.7.167": "linux", "gland_seg": "linux", "DL_img": "linux", "test": "linux", "dkk_vscdoe": "linux", "sch": "linux", "gly": "linux", "zyy": "linux", "gly2": "linux", "PR_demo": "linux", "zl_vscdoe": "linux" }, "git.ignoreMissingGitWarning": true, "editor.tokenColorCustomizations": { "[*Light*]": { "textMateRules": [ { "scope": "ref.matchtext", "settings": { "foreground": "#000" } } ] }, "[*Dark*]": { "textMateRules": [ { "scope": "ref.matchtext", "settings": { "foreground": "#fff" } } ] }, "textMateRules": [ { "scope": "keyword.control.return", "settings": { "foreground": "#0000FF" } } ] }, "jupyter.askForKernelRestart": false, "explorer.confirmDragAndDrop": false, "window.zoomLevel": -1, "markdown-preview-enhanced.usePandocParser": true, "markdown-preview-enhanced.pandocPath": "C:\\ProgramData\\chocolatey\\bin\\pandoc.exe", "markdown-preview-enhanced.automaticallyShowPreviewOfMarkdownBeingEdited": true, "markdown-preview-enhanced.pandocArguments": [ // "--from=markdown-raw_tex+tex_math_single_backslash", "--mathjax", "--highlight-style", "tango", // "--filter", // "pandoc-eqnos", // add this line // "--filter", // "./change_eq_refs.py", "--filter", "pandoc-crossref", // "--citeproc", // "--bibliography=ref.bib", // "--filter", "--csl=C:\\ProgramData\\chocolatey\\bin\\pandoc_settings\\apa-numeric-superscript-brackets.csl", // "--csl=apa.csl", // "--template=C:\\Users\\zsc\\AppData\\Roaming\\pandoc\\templates\\eisvogel.latex", // "--metadata-file", // "./meta.yaml", // "-c", // "./body.css", // "--pdf-engine=xelatex", "--number-sections" // "-o", // "output.pdf" ], "[markdown]": { "editor.quickSuggestions": { "comments": "on", "strings": "on", "other": "on" } }, "markdown-preview-enhanced.alwaysShowBacklinksInPreview": false, "markdown-preview-enhanced.puppeteerArgs": [ ], "security.workspace.trust.untrustedFiles": "open", //%*****************************配置Latex编译语言*********************************%// "latex-workshop.latex.recipe.default": "lastUsed", "latex-workshop.latex.recipes": [ { "name": "pdflatex->bibtex->pdflatex*2", "tools": [ "pdflatex", "bibtex", "pdflatex", "pdflatex" ] }, { "name": "pdflatex", "tools": [ "pdflatex" ] }, { "name": "xelatex", "tools": [ "xelatex" ] }, { "name": "xelatex->bibtex->xelatex*2", "tools": [ "xelatex", "bibtex", "xelatex", "xelatex" ] }, { "name": "xelatex->biber->xelatex*2", "tools": [ "xelatex", "biber", "xelatex", "xelatex" ] } ], "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%" ] }, { "name": "biber", "command": "biber", "args": [ "%DOCFILE%" ] } ], "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" ], "latex.linter.enabled": false, // 不显示行警告 // "latex-workshop.view.pdf.viewer": "external", "latex-workshop.view.pdf.viewer": "tab", "latex-workshop.synctex.afterBuild.enabled": true, "latex-workshop.latex.autoBuild.run": "never", "latex-workshop.view.pdf.external.viewer.command": "C:/Install_package/SumatraPDF.exe", "latex-workshop.view.pdf.external.viewer.args": [ "--unique", "%PDF%" ], "latex-workshop.view.pdf.external.synctex.args": [ "-forward-search", "%TEX%", "%LINE%", "%PDF%", ], // "latex-workshop.synctex.afterBuild.enabled": true, // "latex-workshop.latex.autoBuild.run": "onFileChange", "latex-workshop.view.pdf.external.synctex.command": "C:/Install_package/SumatraPDF.exe", "explorer.confirmDelete": false, "markdown-preview-enhanced.markdownFileExtensions": [ ".md", ".markdown", ".mdown", ".mkdn", ".mkd", ".rmd", ".qmd" ], "markdown-preview-enhanced.mathBlockDelimiters": [ [ "$$", "$$" ], [ "\\[", "\\]" ] ], "markdown-preview-enhanced.latexEngine": "xelatex", "markdown-preview-enhanced.mathInlineDelimiters": [ [ "$", "$" ], [ "\\(", "\\)" ] ], "pandoc.docbookOptString": "-s -t html5", "pandoc.pdfOptString": "-s --template eisvogel --listings --pdf-engine=xelatex --from=markdown+raw_tex -V CJKmainfont=\"SimSun\" --filter pandoc-crossref --citeproc --number-sections -V geometry:\"top=2cm, bottom=1.5cm, left=2cm, right=2cm\" --csl \"C:\\\\ProgramData\\\\chocolatey\\\\bin\\\\pandoc_settings\\\\apa-numeric-superscript-brackets.csl\"", "pandoc.docxOptString": "-s --from markdown --mathjax -V CJKmainfont=\"SimSun\" --filter pandoc-crossref --citeproc --number-sections -V geometry:\"top=2cm, bottom=1.5cm, left=2cm, right=2cm\" --csl \"C:\\\\ProgramData\\\\chocolatey\\\\bin\\\\pandoc_settings\\\\apa-numeric-superscript-brackets.csl\"", "python.defaultInterpreterPath": "C:\\Users\\zsc\\Anaconda3\\envs\\zsctorch\\python.exe", "github.copilot.editor.enableAutoCompletions": true, "window.confirmSaveUntitledWorkspace": false, "interactiveWindow.executeWithShiftEnter": true, "editor.wordWrap": "on", "update.mode": "none", "workbench.editorAssociations": { "*.copilotmd": "vscode.markdown.preview.editor", "*.csv": "default" }, "deepseek.lang": "cn", "diffEditor.ignoreTrimWhitespace": true, "editor.minimap.enabled": false, "editor.wordSegmenterLocales": [ "zh-CN" ], "github.copilot.nextEditSuggestions.enabled": true, "workbench.settings.applyToAllProfiles": [ ],}
{ "Math Snippet for a\\mathcal{A}": { "prefix": "Acal", "body": [ "\\mathcal{A}" ], "description": "Insert \\mathcal{A}" }, "Math Snippet for \\mathcal{D}": { "prefix": "Lcal", "body": [ "\\mathcal{L}" ], "description": "Insert \\mathcal{L}" }, "Math Snippet for \\mathcal{R}": { "prefix": "Hcal", "body": [ "\\mathcal{H}" ], "description": "Insert \\mathcal{H}" }, "Math Snippet for \\mathcal{G}": { "prefix": "Gcal", "body": [ "\\mathcal{G}" ], "description": "Insert \\mathcal{G}" }, "Math Snippet for \\mathcal{M}": { "prefix": "Mcal", "body": [ "\\mathcal{M}" ], "description": "Insert \\mathcal{M}" }, "Math Snippet for \\mathcal{N}": { "prefix": "Ncal", "body": [ "\\mathcal{N}" ], "description": "Insert \\mathcal{N}" }, "Math Snippet for \\mathrm{Id}": { "prefix": "Id", "body": [ "\\mathrm{Id}" ], "description": "Insert \\mathrm{Id}" }, "Math Snippet for \\mathrm{Fix}": { "prefix": "Fix", "body": [ "\\mathrm{Fix}" ], "description": "Insert \\mathrm{Fix}" }, "Math Snippet for \\mathrm{Fix}(T)": { "prefix": "FixT", "body": [ "\\mathrm{Fix}(T)" ], "description": "Insert \\mathrm{Fix}(T)" }, "Math Snippet for \\mathcal{L}\\{ \\mathrm{P}_Q \\}": { "prefix": "landweber", "body": [ "\\mathcal{L} \\{ \\mathrm{P}_Q \\\\}" ], "description": "\\mathcal{L}\\{ \\mathrm{P}_Q \\}" }, "Math Snippet for \\mathrm{P}_Q": { "prefix": "pq", "body": [ "\\mathrm{P}_Q" ], "description": "\\mathrm{P}_Q" }, "Math Snippet for \\mathbf{A}\\mathbf{x}": { "prefix": "Ax", "body": [ "\\mathbf{A}\\mathbf{x}" ], "description": "\\mathbf{A}\\mathbf{x}" }, "Math Snippet for \\mathbf{A}\\mathbf{z}": { "prefix": "Az", "body": [ "\\mathbf{A}\\mathbf{z}" ], "description": "\\mathbf{A}\\mathbf{z}" }, "Math Snippet for \\mathcal{}": { "prefix": "cal", "body": [ "\\mathcal{${1:R}}" ], "description": "Insert \\mathcal{} with a placeholder" }, "Math Snippet for \\mathcal{T}": { "prefix": "Tcal", "body": [ "\\mathcal{T}" ], "description": "Insert \\mathcal{T} with a placeholder" }, "Math Snippet for \\mathbb{}": { "prefix": "bb", "body": [ "\\mathbb{${1:R}}" ], "description": "Insert \\mathbb{} with a placeholder" }, "Math Snippet for \\mathbb{R}": { "prefix": "Rbb", "body": [ "\\mathbb{R}" ], "description": "Insert \\mathbf{R}" }, "Math Snippet for \\mathbb{N}": { "prefix": "Nbb", "body": [ "\\mathbb{N}" ], "description": "Insert \\mathbf{N}" }, "Math Snippet for \\mathbf{}": { "prefix": "bf", "body": [ "\\mathbf{${1:R}}" ], "description": "Insert \\mathbf{} with a placeholder" }, "Math Snippet for \\mathbf{x}": { "prefix": "xbf", "body": [ "\\mathbf{x}" ], "description": "Insert \\mathbf{x}" }, "Math Snippet for \\mathbf{y}": { "prefix": "ybf", "body": [ "\\mathbf{y}" ], "description": "Insert \\mathbf{y}" }, "Math Snippet for \\mathbf{u}": { "prefix": "ubf", "body": [ "\\mathbf{u}" ], "description": "Insert \\mathbf{u}" }, "Math Snippet for \\mathbf{v}": { "prefix": "vbf", "body": [ "\\mathbf{v}" ], "description": "Insert \\mathbf{v}" }, "Math Snippet for \\mathbf{z}": { "prefix": "zbf", "body": [ "\\mathbf{z}" ], "description": "Insert \\mathbf{z}" }, "Math Snippet for \\mathbf{a}": { "prefix": "abf", "body": [ "\\mathbf{a}" ], "description": "Insert \\mathbf{a}" }, "Math Snippet for \\mathbf{A}": { "prefix": "Abf", "body": [ "\\mathbf{A}" ], "description": "Insert \\mathbf{A}" }, "Math Snippet for \\mathbf{H}": { "prefix": "Hbf", "body": [ "\\mathbf{H}" ], "description": "Insert \\mathbf{H}" }, "Math Snippet for \\mathbf{K}": { "prefix": "Kbf", "body": [ "\\mathbf{K}" ], "description": "Insert \\mathbf{H}" }, "LaTeX - inline math (dollars)": { "prefix": "ii", "body": ["$${1}$ $0"], "description": "Create inline math formula" }, "LaTeX - dif": { "prefix": "rm", "body": ["\\mathrm{${1:R}}"] }, "Math Snippet for \\{ \\}": { "prefix": "set", "body": [ "\\{${1:R}\\\\}" ], "description": "\\{ \\}" }, "Math Snippet for $\\{ \\mathbf{x}^k \\\\}_{k=0}^\\infty$": { "prefix": "setxk", "body": [ "$\\{ \\mathbf{x}^k \\\\}_{k=0}^\\infty$" ], "description": "$\\{ \\mathbf{x}^k \\\\}_{k=0}^\\infty$" }}