<div dir="ltr"><div>Ok, I've got /usr/texbin as the lead path in $PATH, have TexShop too pointing to /usr/texbin for pdftex, and /usr/texbin showing up properly for `which latex'.  And I've used Fink commander to remove the Fink tex installation as well.</div>

<div> </div>
<div>However, upon typesetting in TexShop I still get the following error:</div>
<div> </div>
<div>/urs/local/texlive/2007/texmf-var/web2c/pdftex/pdflatex: unrecognized option `--synctex=1'</div>
<div>This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)</div>
<div>\write 18 enabled.</div>
<div>%&-line parsing enabled.</div>
<div>kpathsea: Running mktexfmt pdflatex.fmt</div>
<div>mktexfmt: No such file or directory</div>
<div>I can't find the format file `pdflatex.fmt'!</div>
<div> </div>
<div>What might I try next?  Thank you to all who have been helping to solve this.<br><br></div>
<div class="gmail_quote">On Wed, Sep 10, 2008 at 3:18 PM, Martin Costabel <span dir="ltr"><<a href="mailto:costabel@wanadoo.fr">costabel@wanadoo.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">Nathaniel Pearson wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi Herb,<br><br>Thanks for helping.  I'm not sure what my $PATH is (sorry, I'm a linux amateur here...).  which latex gives:<br>
<br>/sw/bin/pdflatex<br><br>Texshop typesetting prefs:<br>Default command: latex<br>Default script: pdftex<br><br>Engine prefs: path settings for pdftex: /usr/texbin<br>distller: /usr/local/bin<br><br>Does that help explain what's happening?  Thanks,<br>
</blockquote><br></div>You need to tell your system that it should look in /usr/texbin before /sw/bin. For this, you edit the file<br><br> ~/.bash_profile<br><br>(this is the default, if you don't have it, it could also be<br>
~/.bash_login or ~/.profile). There is a line<br><br> test -r /sw/bin/init.sh && . /sw/bin/init.sh<br><br>in this file. Add another line<br><br> export PATH=/usr/texbin:$PATH<br><br>after the one with /sw/bin/init.sh.<br>
<br>Once you have done this and opened a new Terminal window, `which latex`<br>should give /usr/texbin/latex.<br><br>-- <br><font color="#888888">Martin</font> 
<div>
<div></div>
<div class="Wj3C7c"><br><br><br><br><br><br>----------- Please Consult the Following Before Posting -----------<br>TeX FAQ: <a href="http://www.tex.ac.uk/faq" target="_blank">http://www.tex.ac.uk/faq</a><br>List Reminders and Etiquette: <a href="http://www.esm.psu.edu/mac-tex/list/" target="_blank">http://www.esm.psu.edu/mac-tex/list/</a><br>
List Archive: <a href="http://tug.org/pipermail/macostex-archives/" target="_blank">http://tug.org/pipermail/macostex-archives/</a><br>TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/" target="_blank">http://mactex-wiki.tug.org/</a><br>
List Info: <a href="http://email.esm.psu.edu/mailman/listinfo/macosx-tex" target="_blank">http://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br><br></div></div></blockquote></div><br></div>