0

I'm having a problem with my Texmaker because every time I compile the texfile the "Log File not found !" message keeps appearing. enter image description here I have also installed Tex Live 2019, but I installed it in D:/. So I decided to configure my Texmaker so that it can access both latex.exe and pdflatex.exe. enter image description here But the problem is still not solved. Also when I had installed the Tex Live 2019, I observed that my antivirus blocked some of its components. enter image description here. I had thought that maybe this could be the problem, so I unblocked all of them. But the problem is still not solved. Can anyone help me on this matter?

EDITTED:
After running fmtutil-sys --byfmt pdflatex, this is what it showsenter image description here

12
  • You have entries for texlive and for miktex in your settings. That can't be right. Open a command line and type where pdflatex to find out which tex system is actually first in your path. Mar 14 '20 at 8:22
  • It gives D:\Programs\texlive\2019\bin\win32\pdflatex.exe
    – RaymartJay
    Mar 14 '20 at 8:28
  • The only configurations I changed in the Texmaker are LaTeX and PdfLaTex (and the Embed option).
    – RaymartJay
    Mar 14 '20 at 8:32
  • Go in the command line to the folder of your file and try to compile it with pdflatex trial. If is works replace the pdflatex entry with pdflatex % and try again in texmaker. If this doesn't work: ask the maintainer of texmaker for support, these log-file error seems to happen quite often with this editor. Mar 14 '20 at 8:35
  • I shows "I can't find the format file `pdflatex.fmt'!"
    – RaymartJay
    Mar 14 '20 at 8:49

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Browse other questions tagged or ask your own question.