GeneralProblem with Pdflatex on Mac

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
michaela
Posts: 3
Joined: Sun Jun 27, 2010 2:44 pm

Problem with Pdflatex on Mac

Post by michaela »

I am new to Latex, and have been using it without any problems for the past week.
This morning when I tried to typeset something this message came up

The program "pdflatex" was not found.
Searched in directories:
/usr/bin
/bin
/usr/sbin
/sbin
/usr/local/bin
Check configuration of the pdfLaTeX tool and path settings in the Preferences dialog.

I haven't changed or deleted anything, so I'm wondering how I can solve this.

Many thanks,

Michaela

Recommended reading 2024:

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

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

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Problem with Pdflatex on Mac

Post by frabjous »

Do you know where the binaries for pdflatex/pdftex are? Add those directories to your path, or create symlinks to them.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Problem with Pdflatex on Mac

Post by Stefan Kottwitz »

Hi Michaela,

welcome to the board!
Try

Code: Select all

which pdflatex
in a terminal window (at the command prompt) to locate the pdflatex program.

Stefan
LaTeX.org admin
michaela
Posts: 3
Joined: Sun Jun 27, 2010 2:44 pm

Re: Problem with Pdflatex on Mac

Post by michaela »

Thankyou for your posts. I managed to get it to work, hurray, although don't want to speak to soon as this is very new for me and I keep encountering problems! I added the path texbin - I don't know how it had suddenly changed since it was working fine before. Anyway - have since moved to Texshop.
Post Reply