GeneralRunning Quick Build Command

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
kawtherhamad99
Posts: 1
Joined: Wed May 18, 2022 11:11 am

Running Quick Build Command

Post by kawtherhamad99 »

Hello,


I am very new to latex and working on TexMaker. When i clicked the quick build command, i found the error:

pdflatex -synctex =1 -interaction=nonstopmode %.tex


Does any one have a clue!!

Thanks
Kawther

Recommended reading 2024:

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

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

rais
Posts: 419
Joined: Sun Nov 16, 2014 8:51 pm

Running Quick Build Command

Post by rais »

kawtherhamad99 wrote:i found the error:

pdflatex -synctex =1 -interaction=nonstopmode %.tex
that in itself doesn't show any error. Exactly what is your error message?
Couldn't start the command / command not found? Then you either haven't installed a TeX distribution (or not correctly) or you haven't adapted your PATH environment variable to include TeX binaries.
What does

Code: Select all

pdflatex --version
tell you?

KR
Rainer
Post Reply