Search found 3 matches

by Its_like_Lagrange
Wed Oct 22, 2014 7:31 pm
Forum: Texmaker and TeXstudio
Topic: Quickbuild File Not Found
Replies: 4
Views: 35607

Re: 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. :)
by Its_like_Lagrange
Wed Oct 22, 2014 7:30 pm
Forum: Texmaker and TeXstudio
Topic: Quickbuild File Not Found
Replies: 4
Views: 35607

Quickbuild File Not Found

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 ...
by Its_like_Lagrange
Wed Oct 22, 2014 8:03 am
Forum: Texmaker and TeXstudio
Topic: Quickbuild File Not Found
Replies: 4
Views: 35607

Quickbuild File Not Found

Hi, I'm new to Texmaker and to Latex. I followed this tutorial https://www.youtube.com/watch?v=SoDv0qhyysQ and by the time I tried to see the PDF of my document I received the error: 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 ...