General ⇒ Running Quick Build Command
-
- Posts: 1
- Joined: Wed May 18, 2022 11:11 am
Running Quick Build Command
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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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