我刚刚在 Windows 上安装了 Tex Live。但是,当我尝试该pdflatex
命令时,该命令失败,因为命令不存在。为了解决这个问题,我搜索了文件名“pdflatex”,并将目录添加C:\texlive\2017\bin\win32
到PATH
变量中。随后,该pdflatex
命令成功了,但我得到了以下输出:
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/W32TeX) (preloaded
format=pdflatex)
restricted \write18 enabled.
kpathsea: Running mktexfmt pdflatex.fmt
The command name is C:\texlive\2017\bin\win32\mktexfmt
Running the command C:\texlive\2017\bin\win32\fmtutil-user.exe
I can't find the format file `pdflatex.fmt'!
目录2017
也有些麻烦,因为我刚刚安装了最新版本的 Tex Live,据我所知,它是今年发布的,因此可能与之前的 Tex Live 安装尝试存在文件冲突(我本来想尝试重新安装,但不确定如何完全卸载 Tex Live)。我查看了一些其他问题(1,2,3),但前两个问题似乎不适用于 Windows,而对于第三个问题,除非证明有必要,否则我倾向于不安装 TeX Live 包管理器。
所以我的问题是:我该如何修复错误,以便我可以将我的转换.tex
为.pdf
?