GeneralCompiling with Texmaker quickbuild: LOG file not found

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
pandu
Posts: 3
Joined: Wed Jun 06, 2007 4:21 pm

Compiling with Texmaker quickbuild: LOG file not found

Post by pandu »

I got problem with compiling tex file to pdf. I use texmaker on windows. any time i try to use button quickbuild it shows comment: LOG file not found. I think it is about configuration:

Code: Select all

latex -interaction=nonstopmode %.tex
dvips -o %.ps %.dvi
bibtex %
makeindex %.idx
"C:/Program Files/MiKTeX 2.6/miktex/bin/yap.exe" %.dvi
"C:/Program Files/Ghostgum/gsview/gsview32.exe" %.ps
pdflatex -interaction=nonstopmode %.tex
dvipdfm %.dvi
ps2pdf %.ps
"C:/Program Files/Adobe/Reader 8.0/Reader/AcroRd32.exe" %.pdf
mpost --interaction nonstopmode 
"C:/Program Files/gs/gs8.56/bin/gswin32c.exe"
help me please

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply