pLaTex + VSCODE + Win10 配置教程 pLaTex在overleaf里的配置教程及Github管理论文代码

pLaTex + VSCODE + Win10 配置教程 pLaTex在overleaf里的配置教程及Github管理论文代码

前言

有很多在linux环境里配置latex和vscode的文章,但是有的时候公司的环境就是win10, 而且还会要求你用vscode和github管理论文,就是不愿意用overleaf。 这里记录下贼麻烦的环境配置+管理流程。

platex+VScode+win10 环境配置

  1. texlive下载完成+ vscode配置完成后,打开vscode, 在应用市场里下载latex workshop, 然后在powershell里试试能不能用你要用的latex。

  2. 要配置vscode里的环境。
    在vscode里F1打开open settings(JSON), 在环境文件里加上下面的代码:

		"latex-workshop.latex.recipes": [
        {
            "name": "pdflatex -> bibtex -> pdflatex*2",
            "tools": [
                "pdflatex",
                "bibtex",
                "pdflatex",
                "pdflatex"
            ]
        },
        {
            "name": "xe -> bib -> xe -> xe",
            "tools": [
                "xelatex",
                "bibtex",
                "xelatex",
                "xelatex"
            ]
        },
        {
            "name": "platex -> dvipdfmx",
            "tools": [
                "platex",
                "dvipdfmx",
            ]
        },
        {
            "name": "platex -> upbibtex -> platex*2 -> dvipdfmx",
            "tools": [
                "platex",
                "upbibtex",
                "platex",
                "platex",
                "dvipdfmx",
            ]
        },
        {
            "name": "ptex2pdf",
            "tools": [
                "ptex2pdf"
            ]
        },
        {
            "name": "lualatex",
            "tools": [
                "lualatex",
            ]
        },
        {
            "name": "lualatex -> upbibtex -> lualatex*2",
            "tools": [
                "lualatex",
                "upbibtex",
                "lualatex",
                "lualatex",
            ]
        },
        {
            "name": "uplatex -> dvipdfmx",
   
  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值