GeneralTexmaker Error log file not found

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
rf1970
Posts: 5
Joined: Sat Dec 17, 2016 3:11 am

Texmaker Error log file not found

Post by rf1970 »

Hello all,

I am new to Latex.

I have tried to create a simple document using Texmaker quick wizard.

The code is attached.

Code: Select all

\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\begin{document}
Sample document
\end{document}
After compilation, the following error came

log file not found.

I have installed MikTex 2.9 version for windows 7.

Regards,

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10319
Joined: Mon Mar 10, 2008 9:44 pm

Texmaker Error

Post by Stefan Kottwitz »

Welcome to the forum!

That code is ok. Did you see any other error message before "log file not found"? Usually I would ask for the log file. Perhaps post a screenshot if we could possibly see more then?

Stefan
LaTeX.org admin
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Texmaker Error log file not found

Post by Johannes_B »

open a commandline and try to execute pdflatex. What happens?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
rf1970
Posts: 5
Joined: Sat Dec 17, 2016 3:11 am

Texmaker Error log file not found

Post by rf1970 »

[img]
Screen2.png
Screen2.png (119.75 KiB) Viewed 89661 times
screen1.png
screen1.png (48.89 KiB) Viewed 89661 times
[/img]

I have attached the screen shot of the pdflatex executed in dos command line (screen1).

The screen shot 2, shows the error message when pdflatex compilation done.

Waiting for the reply..

Thanks and Regards,
User avatar
Stefan Kottwitz
Site Admin
Posts: 10319
Joined: Mon Mar 10, 2008 9:44 pm

Texmaker Error log file not found

Post by Stefan Kottwitz »

Go through your Texmaker options/settings, one by one. Perhaps post them here, maybe as a screenshot again. I assume there's a setting that lets Texmaker search in the wrong folder, such as -output-directory=... or a build subdirectory has been set.

It's also possible that Texmaker simply doesn't find pdflatex.exe. Check if Texmaker has the full path to pdflatex in its options, or ensure that the MikTeX binary path is in the Windows environment variables (such as C:\Program Files\MiKTeX 2.9\miktex\bin\x64).

Stefan
LaTeX.org admin
rf1970
Posts: 5
Joined: Sat Dec 17, 2016 3:11 am

Texmaker Error log file not found

Post by rf1970 »

screen3.png
screen3.png (143.6 KiB) Viewed 89655 times
I have enclosed the options screen of the TexMaker.

Thanks & Regards,
User avatar
Stefan Kottwitz
Site Admin
Posts: 10319
Joined: Mon Mar 10, 2008 9:44 pm

Texmaker Error

Post by Stefan Kottwitz »

I would try replacing pdflatex by "C:/Program Files/MiKTeX 2.9/miktex/bin/pdflatex", similar for latex.

Stefan
LaTeX.org admin
rf1970
Posts: 5
Joined: Sat Dec 17, 2016 3:11 am

Texmaker Error log file not found

Post by rf1970 »

Stefan Kottwitz wrote:I would try replacing pdflatex by "C:/Program Files/MiKTeX 2.9/miktex/bin/pdflatex", similar for latex.

Stefan
I have provided the path of Latex and pdflatex in the options.

It worked fine.

Thanks a lot!!

Roy
Sandy
Posts: 1
Joined: Sun Apr 12, 2020 9:46 pm

Texmaker Error log file not found

Post by Sandy »

This the message being displayed when I try to run the code for the tex file
This the message being displayed when I try to run the code for the tex file
Capture.PNG (9.53 KiB) Viewed 52416 times
This the message appearing in the command window.
This the message appearing in the command window.
Capture 1.PNG (16.38 KiB) Viewed 52416 times
This is the error message associated with the bib file .
This is the error message associated with the bib file .
Annotation 2020-04-13 012325.png (9.27 KiB) Viewed 52416 times
Can I get some help on how to resolve this issue
Post Reply