当前位置: 首页> 教育> 幼教 > 郑州网站建设鹏之信_世界500强企业名单_seo搜索_新闻头条今日要闻国内新闻最新

郑州网站建设鹏之信_世界500强企业名单_seo搜索_新闻头条今日要闻国内新闻最新

时间:2025/7/14 5:35:42来源:https://blog.csdn.net/Chenxiaoyu99/article/details/142485177 浏览次数:0次
郑州网站建设鹏之信_世界500强企业名单_seo搜索_新闻头条今日要闻国内新闻最新

由于安装mactex默认的是pdftex,该解释器不支持中文所以需要xetex解释器

在settings.json的配置文件中需要加上下面这段代码配置文件

{"editor.mouseWheelZoom": true,"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%"]}],"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"]}],
}

该配置代码可以将pdftex转变为更为丰富的xetex。同时还有多种个性化配置

{"workbench.colorTheme": "Default Light Modern"// 禁止自动编译"latex-workshop.latex.autoBuild.run": "never",// 编译后自动清理无用文件"latex-workshop.latex.autoClean.run": "onBuilt","latex-workshop.latex.clean.subfolder.enabled": true,// 自动使用上一次的编译器"latex-workshop.latex.recipe.default": "lastUsed",// 根据使用的包自动补全"latex-workshop.intellisense.package.enabled": true,// 不弹窗显示错误和告警信息"latex-workshop.message.error.show": false,"latex-workshop.message.warning.show": false,
}

如有别的个性化配置会持续更新。

关键字:郑州网站建设鹏之信_世界500强企业名单_seo搜索_新闻头条今日要闻国内新闻最新

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: