Search found 1 match

by aban
Sun Dec 06, 2020 7:18 pm
Forum: Texmaker and TeXstudio
Topic: Quickbuild File Not Found
Replies: 4
Views: 35607

Quickbuild File Not Found

A friend just helped me fix the issue.

I went to the Options menu -> Configure Texmaker -> Commands

And in the PdfLaTeX section I inserted this:
pdflatex -synctex=1 -interaction=nonstopmode %.tex

I do not know why it fixed it. But it did. :)
I had the same issue, I did what you mentioned, it's ...