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
General ⇒ Running Quick Build Command
NEW: TikZ book now 40% off at Amazon.com for a short time.
Running Quick Build Command
that in itself doesn't show any error. Exactly what is your error message?kawtherhamad99 wrote:i found the error:
pdflatex -synctex =1 -interaction=nonstopmode %.tex
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
KR
Rainer