福特古典中文论坛

查看: 532|回复: 1

macos下latex配置json文件

[复制链接]

71

主题

139

帖子

4284

积分

版主

Rank: 7Rank: 7Rank: 7

积分
4284
QQ
发表于 2022-7-23 22:08:33 | 显示全部楼层 |阅读模式
  1. {
  2.         "latex-workshop.latex.recipes": [{
  3.         "name": "xelatex",
  4.         "tools": [
  5.             "xelatex"
  6.         ]
  7.       }, {
  8.         "name": "latexmk",
  9.         "tools": [
  10.             "latexmk"
  11.         ]
  12.       },

  13.       {
  14.         "name": "pdflatex -> bibtex -> pdflatex*2",
  15.         "tools": [
  16.             "pdflatex",
  17.             "bibtex",
  18.             "pdflatex",
  19.             "pdflatex"
  20.         ]
  21.       }
  22.       ],
  23.       "latex-workshop.latex.tools": [{
  24.       "name": "latexmk",
  25.       "command": "latexmk",
  26.       "args": [
  27.         "-synctex=1",
  28.         "-interaction=nonstopmode",
  29.         "-file-line-error",
  30.         "-pdf",
  31.         "%DOC%"
  32.       ]
  33.       }, {
  34.       "name": "xelatex",
  35.       "command": "xelatex",
  36.       "args": [
  37.         "-synctex=1",
  38.         "-interaction=nonstopmode",
  39.         "-file-line-error",
  40.         "-shell-escape",
  41.         "%DOC%"
  42.       ]
  43.       }, {
  44.       "name": "pdflatex",
  45.       "command": "pdflatex",
  46.       "args": [
  47.         "-synctex=1",
  48.         "-interaction=nonstopmode",
  49.         "-file-line-error",
  50.         "%DOC%"
  51.       ]
  52.       }, {
  53.       "name": "bibtex",
  54.       "command": "bibtex",
  55.       "args": [
  56.         "%DOCFILE%"
  57.       ]
  58.       }],
  59.       "latex-workshop.view.pdf.viewer": "tab",
  60.       "latex-workshop.latex.clean.fileTypes": [
  61.       "*.aux",
  62.       "*.bbl",
  63.       "*.blg",
  64.       "*.idx",
  65.       "*.ind",
  66.       "*.lof",
  67.       "*.lot",
  68.       "*.out",
  69.       "*.toc",
  70.       "*.acn",
  71.       "*.acr",
  72.       "*.alg",
  73.       "*.glg",
  74.       "*.glo",
  75.       "*.gls",
  76.       "*.ist",
  77.       "*.fls",
  78.       "*.log",
  79.       "*.fdb_latexmk"
  80.       ],
  81.       "editor.suggestSelection": "first",
  82.       "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
  83.       "editor.fontWeight": null,
  84.       "editor.codeActionsOnSave": null,
  85.       "editor.quickSuggestions": {
  86.         "other": true,
  87.         "comments": true,
  88.         "strings": true
  89.       },
  90.     "kite.showWelcomeNotificationOnStartup": false,
  91.     "editor.wordWrap": "on",
  92.     "editor.fontSize": 20,
  93. }
复制代码

回复

使用道具 举报

257

主题

589

帖子

2万

积分

版主

Rank: 7Rank: 7Rank: 7

积分
24674
发表于 2022-8-1 13:30:29 | 显示全部楼层
呜呜呜orashshsh
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|小黑屋|福特古典中文论坛 |网站地图

Copyright © 2001-2013 Comsenz Inc.Template by Comsenz Inc.All Rights Reserved.

Powered by Discuz!X3.4( 2021022499 )QQ

快速回复 返回顶部 返回列表