美文网首页latex写作
Win 10条件下安装Texlive 2017+WinEdt 1

Win 10条件下安装Texlive 2017+WinEdt 1

作者: 2e07917c964c | 来源:发表于2018-03-02 00:21 被阅读0次

    1.安装之后出下如下问题:

    Command Line: pdflatex.exe --interaction=errorstopmode --synctex=-1 "MasterTemplate.tex"
    Startup Folder: E:\Latex模板\武大毕业论文latex_template\武汉大学硕士毕业论文2016模板
    Error Launching Console Application PDFTeXify ...
    Command Line: pdflatex.exe --interaction=errorstopmode --synctex=-1 "MasterTemplate.tex"
    Startup Folder: E:\Latex模板\武大毕业论文latex_template\武汉大学硕士毕业论文2016模板
    系统找不到指定的文件。

    2.出现问题的原因

    winEdt 10.2没有找到已经安装好的texlive,即它没有自动关联到texlive,所以需要手动把winEdt 10.2关联到texlive 2017

    3.解决方法

    • 首先,在winEdt的菜单栏选择"Options""Execution Modes""Tex System"
    • 其次,设置"Tex Root"为texlive的安装目录,我的是默认目录"C:\texlive",设置"Tex Bin"为texlive的安装目录的二级子目录,比如我的目录是"C:\texlive\2017\bin\win32",注意:如果设置为C:\texlive\2017\bin是不行的。具体如下图所示:

    • 最后,点击"Apply"或者"OK"

    4.安装texlive的注意事项

    我安装过很多版本的texlive,有一些安装注意事项老是忘记:

    • 安装texlive时最好用默认目录,这是为了让以后安装WinEdt等软件时让它们能自动关联到texlive环境,但是我在win 10环境下居然没有自动关联,不知道是为什么,如果有人知道希望能告知我。
    • 具体安装过程可以参考中文 LaTeX 安装与使用Tex Live 指南-2017,特别是前者。
    参考文献

    [1]: Windows的Tex环境配置(TeX Live+WinEdt+SumatraPDF)
    [2]: The system cannot find the file specified

    相关文章

      网友评论

        本文标题:Win 10条件下安装Texlive 2017+WinEdt 1

        本文链接:https://www.haomeiwen.com/subject/fwqoxftx.html