我在编译时遇到错误。程序名称是TEXworks
。这写在“框”中Could not start Default Compiler
::
PdfLaTeX:pdflatex.exe -synctex=1 -interaction=nonstopmode "project name".tex."
下面写着
Process started: pdflatex.exe -synctex=1 -interaction=nonstopmode "безназвания-1".tex
fmtutil: fmtutil is using the following fmtutil.cnf files (in precedence order): fmtutil: c:/Тexlive/2019/texmf-dist/web2c/fmtutil.cnf fmtutil: fmtutil is using the following fmtutil.cnf file for writing changes: fmtutil: c:/users/1/.texlive2019/texmf-config/web2c/fmtutil.cnf fmtutil [INFO]: writing formats under c:/users/1/.texlive2019/texmf-var/web2c fmtutil [INFO]: --- remaking pdflatex with pdftex
fmtutil [WARNING]: inifile pdflatex.ini for pdflatex/pdftex not found.
fmtutil [INFO]: Disabled formats: 6 fmtutil [INFO]: Not selected formats: 51 fmtutil [INFO]: Failed to build: 1 (pdftex/pdflatex) fmtutil [INFO]: Total formats: 58 fmtutil [INFO]: exiting with status 1
C:\Тexlive\2019\bin\win32\runscript.tlu:907: command failed with exit code 1: perl.exe c:\Тexlive\2019\texmf-dist\scripts\texlive\fmtutil.pl --user --byfmt pdflatex
Running the command C:\Тexlive\2019\bin\win32\fmtutil-user.exe
kpathsea: Running mktexfmt pdflatex.fmt The command name is C:\Тexlive\2019\bin\win32\mktexfmt
Process exited with error(s)
这是我的文字
\documentclass [a4paper,14pt] {article}
\author{DEN}
\begin{document}
\maketitle
\end{document}
我该如何修复?谢谢帮助
PS 我添加了更多信息,希望足够
答案1
安装出现问题。在.../texlive/2019/texmf-dist/tex/latex/latexconfig/
有一个名为 pdflatex.ini 的文件。看来您的安装中缺少该文件。
你可以打电话吗tlcockpit
并在“工具”下单击“重建所有格式”?或者如果您使用tlshell
,您也可以在那里重建格式。
如果在重建格式时出现错误,请查看日志。如果出现错误,请编辑您的问题并提供错误消息。