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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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