VSCode + Latex +Texlive 编译 biber格式参考文献时 VSCode的配置方法

{

"editor.fontSize": 17,

"files.autoSave": "onFocusChange",

"latex-workshop.showContextMenu":true,

"latex-workshop.intellisense.package.enabled": true, //根据加载的包,自动完成命令或包

"latex-workshop.latex.autoBuild.run": "never", //禁止保存文件时自动build

"latex-workshop.latex.recipes": [

{

"name": "xelatex",

"tools": [

"xelatex"

],

},

{

"name": "pdflatex",

"tools": [

"pdflatex"

]

},

{

"name": "xe->bib->xe->xe",

"tools": [

"xelatex",

"bibtex",

"xelatex",

"xelatex"

]

},

{

"name": "pdf->bib->pdf->pdf",

"tools": [

"pdflatex",

"bibtex",

"pdflatex",

"pdflatex"

]

},

{

"name": "xe->biber->xe->xe",

"tools": [

"xelatex",

"biber",

"xelatex",

"xelatex"

]

}

],

"latex-workshop.latex.tools": [

{

// 编译工具和命令

"name": "xelatex",

"command": "xelatex",

"args": [

"-synctex=1",

"-interaction=nonstopmode",

"-file-line-error",

"-pdf",

"%DOCFILE%"

]

},

{

"name": "pdflatex",

"command": "pdflatex",

"args": [

"-synctex=1",

"-interaction=nonstopmode",

"-file-line-error",

"%DOCFILE%"

]

},

{

"name": "bibtex",

"command": "bibtex",

"args": [

"%DOCFILE%"

]

},

{

"name": "biber",

"command": "biber",

"args": [

"%DOCFILE%"

]

}

],

//"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",

"*.nav",

"*.snm",

"*.synctex.gz",

"*.bcf",

"*.run.xml"

],

"latex-preview.command": "xelatex",

"winopacity.opacity": 230,

"latex-workshop.view.pdf.viewer": "tab",

"files.autoGuessEncoding": true,

"background.enabled": true,

"background.useDefault": false,

"background.customImages": [

//"file:///C:/Users/pangyu/Pictures/桌面壁纸/20140709231354_yzXVi.jpeg"

],

"background.style": {

"content": "''",

"pointer-events": "none",

"position": "absolute",

"z-index": "99999",

"width": "100%",

"height": "100%",

"background-position": "center",

"background-repeat": "no-repeat",

"background-size": "100%,100%",

"opacity": 0.2

},

"background.styles": [

{},

{},

{}

],

"editor.minimap.enabled": true,

//"window.menuBarVisibility": "default",

"workbench.statusBar.visible": true,

"typescript.tsdk": "",

"[latex]": {

"editor.defaultFormatter": "James-Yu.latex-workshop"

},

"html.format.indentInnerHtml": true,

"html.format.indentHandlebars": true,

"latex-workshop.intellisense.commandsJSON.replace": {

},

"hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWw7YXJyb3dzMjtmbG93Y2hhcnQ7ZXI7bW9ja3Vwc1wiLFwiY3VzdG9tTGlicmFyaWVzXCI6W1wiTC5zY3JhdGNocGFkXCJdLFwicGx1Z2luc1wiOltdLFwicmVjZW50Q29sb3JzXCI6W1wiRkZGRkZGXCIsXCJGRjAwMDBcIixcIkYwRjBGMFwiXSxcImZvcm1hdFdpZHRoXCI6MjQwLFwiY3JlYXRlVGFyZ2V0XCI6ZmFsc2UsXCJwYWdlRm9ybWF0XCI6e1wieFwiOjAsXCJ5XCI6MCxcIndpZHRoXCI6ODI3LFwiaGVpZ2h0XCI6MTE2OX0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6dHJ1ZSxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6ZmFsc2UsXCJ1aVwiOlwiXCJ9In0=",

"remote.SSH.defaultForwardedPorts": [

],

"remote.SSH.remotePlatform": {

"C101-GPU-SEVER": "linux",

"C101-120": "linux"

},

"editor.fontFamily": "Consolas,'微软雅黑','Courier New', monospace",

"liveshare.authenticationProvider": "GitHub",

"workbench.iconTheme": "material-icon-theme",

/* "remote.SSH.path": "C:\\Program Files\\Git\\usr\\binssh.exe",

"remote.SSH.showLoginTerminal": true, //配置登录的终端

"remote.SSH.remotePlatfrom":{

"guest":"linux"

},

"git.ignoreLegacyWarning": ture

*/

/*

"latex-workshop.view.pdf.viewer":"external",

"latex-workshop.view.pdf.ref.viewer":"external",

// 设置外部PDF预览器

"latex-workshop.view.pdf.external.viewer.command": "D:/ProgramFiles/Coding/VSCode/.vscode/SumatraPDF.exe",

"latex-workshop.view.pdf.external.viewer.args": [

"%PDF%"

],

// 配置Syntex的正向搜索(Latex->PDF)

"latex-workshop.view.pdf.external.synctex.command": "D:/ProgramFiles/Coding/VSCode/.vscode/SumatraPDF.exe",

"latex-workshop.view.pdf.external.synctex.args": [

"-forward-search",

"%TEX%",

"%LINE%",

"-reuse-instance",

"-inverse-search",

"D:/ProgramFiles/Coding/VSCode/code D:/ProgramFiles/Coding/VSCode/resources/app/out/cli.js -r -g %f:%l",

"%PDF%"

],

*/

"cSpell.language": "en,es,fr","cSpell.enableFiletypes": ["!asciidoc","!haskell","!javascriptreact","!scss","!typescriptreact","fsharp","lua","mermaid","perl","powershell","r","rmd","tex","toml","vue","xml","lrc","py","md"

],

"cSpell.allowCompoundWords": true,

"cSpell.enabled": true,

"latex-utilities.countWord.format": "${words} CN",

"editor.semanticTokenColorCustomizations": null,

"material-icon-theme.folders.color": "#90a4ae",

"material-icon-theme.files.associations": {

"*.bbx":"3d",

"*.cbx":"3d",

"*.cls":"Crystal",

},

"material-icon-theme.folders.associations": {

// "figures":"",

// ".history":"log",

},

"workbench.colorTheme": "One Dark Pro",

"pyqt-integration.qtdesigner.path": "C:\\Users\\pangyu\\miniconda3\\Lib\\site-packages\\qt5_applications\\Qt\\bin\\designer.exe",

"editor.guides.indentation": false,

}

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值