Texmaker and TeXstudio ⇒ Quickbuild File Not Found
-
- Posts: 3
- Joined: Wed Oct 22, 2014 7:46 am
Quickbuild File Not Found
As far as I've seen I can compile the file with PDFLatex (F6). And I won't receive any error. Yet the pdf file is not created and does not appear in my working directory.
When I use QuickBuild directly is when I get the error.
I tried using the built in pdf viewer as well as the external viewer from Adobe.
I already checked several forums with similar issues, yet all answers lead back to "use F6 the first time to compile the file." But that has not worked.
I thank you in advance for your help.
Some extra details:
I'm running Texmaker on Windows 7. I'm using the MixTek 2.9 Latex distribution.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Quickbuild File Not Found
Make sure to save the file with the ending .tex (should be the default).
I always recommend to start with a basic editor like Texworks (mentioned in the video and installed with MikTeX). You learn the basic interaction with the underlying program. Switching to a fancy editor with trillions of magical functions can be done a few hours later.
-
- Posts: 3
- Joined: Wed Oct 22, 2014 7:46 am
Quickbuild File Not Found
Thank you very much. Indeed I have not named any of my files using spaces.Johannes_B wrote:Please don't use spaces in file names like the narrator in the video. That is very bad practice.
Make sure to save the file with the ending .tex (should be the default).
I always recommend to start with a basic editor like Texworks (mentioned in the video and installed with MikTeX). You learn the basic interaction with the underlying program. Switching to a fancy editor with trillions of magical functions can be done a few hours later.
And I'll check Texworks. Thank you

-
- Posts: 3
- Joined: Wed Oct 22, 2014 7:46 am
Re: Quickbuild File Not Found
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.

Quickbuild File Not Found
I had the same issue, I did what you mentioned, it's fixed now, thank you very much.Its_like_Lagrange wrote: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.
