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

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

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