GeneralLatex error could not start the command : pdflatex

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Philosophaie
Posts: 17
Joined: Sat Mar 21, 2015 8:59 pm

Latex error could not start the command : pdflatex

Post by Philosophaie »

I am new to Latex and am working in Texmaker 4.4.1

I have written a simple Program:

Code: Select all

\documentclass[10pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\begin{equation}
\frac{1}{(n+1)}
\end{equation}
I select Tools>Quick Build and I get this error code:

Code: Select all

Error : could not start the command : pdflatex -synctex=1 -interaction=nonstopmode "start".tex

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Latex error could not start the command : pdflatex

Post by Stefan Kottwitz »

Welcome to the forum!

I guess you installed Texmaker, which is an editor working with TeX but not TeX itself. You can install for example TeX Live.

With Linux, it can be installed also using the system's package manager. On a Mac, choose MacTeX.

Stefan
LaTeX.org admin
Post Reply