
누군가 다음과 같이 저를 도와주실 수 있나요?
다음 코드를 작성했지만 컴파일할 수 없습니다.
\documentclass[10pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\begin{document}
Hi
\end{document}
MikTeX를 설치하고 업데이트한 다음 TeXstudio를 설치했는데, 내가 뭘 잘못하고 있는지 모르겠습니다.
다음과 같은 오류 메시지가 나타납니다.
Sorry, but pdflatex.exe did not succeed. The log file hopefully contains the information to get MiKTeX going again: C:\Users\User\AppData\Local\MiKTeX\miktex\log\pdflatex.log
Process exited with error(s)
로그 파일을 열었을 때 거기에 다음과 같은 내용이 기록되어 있었습니다. 문제를 해결하려면 어떻게 해야 하나요?
2020-08-27 20:43:19,953+0530 INFO pdflatex - this process (3080) started by 'texstudio' with command line: pdflatex.exe -synctex=1 -interaction=nonstopmode aa.tex
2020-08-27 20:43:19,968+0530 INFO pdflatex - allowing known shell commands
2020-08-27 20:43:19,968+0530 INFO pdflatex - enabling input (output) from (to) processes
2020-08-27 20:43:20,031+0530 INFO pdflatex - going to create file: pdflatex.fmt
2020-08-27 20:43:20,109+0530 INFO pdflatex.core - start process: initexmf --dump-by-name=pdflatex --engine=pdftex
2020-08-27 20:43:23,842+0530 ERROR pdflatex - C:\Program Files\MiKTeX\miktex\bin\x64\initexmf.exe did not succeed; exitCode: 1
2020-08-27 20:43:23,842+0530 ERROR pdflatex - output:
2020-08-27 20:43:23,842+0530 ERROR pdflatex -
Sorry, but "MiKTeX Configuration Utility" did not succeed.
The log file hopefully contains the information to get MiKTeX going again:
C:\Users\User\AppData\Local\MiKTeX\miktex\log\initexmf.log
2020-08-27 20:43:23,842+0530 FATAL pdflatex.core - The memory dump file could not be found.
2020-08-27 20:43:23,842+0530 FATAL pdflatex.core - Data: fileName="pdflatex.fmt"
2020-08-27 20:43:23,842+0530 FATAL pdflatex.core - Source: Libraries\MiKTeX\TeXAndFriends\texmfapp.cpp:708
2020-08-27 20:43:23,842+0530 FATAL pdflatex - The memory dump file could not be found.
2020-08-27 20:43:23,842+0530 FATAL pdflatex - Info: fileName="pdflatex.fmt"
2020-08-27 20:43:23,842+0530 FATAL pdflatex - Source: Libraries\MiKTeX\TeXAndFriends\texmfapp.cpp
2020-08-27 20:43:23,842+0530 FATAL pdflatex - Line: 708
2020-08-27 20:43:23,842+0530 INFO pdflatex - this process (3080) finishes with exit code 1
왜 문서를 편집할 수 없는지 모르겠습니다. 누군가를 도와주세요.