<div dir="ltr">Ok, when I do fmtutil-sys --all I get:<br><br>   /usr/texbin/fmtutil: line 336: /texconfig/tcfmgr: No such file or directory<br>   fmtutil: config file `fmtutil.cnf' not found.<br><br>I do have fmtutil.cnf files, in:<br>
<br>/usr/local/texlive/2007/texmf/web2c/<br>/usr/local/texlive/2007/texmf-var/web2c/<br><br><div class="gmail_quote">On Wed, Sep 10, 2008 at 5:40 PM, Herbert Schulz <span dir="ltr"><<a href="mailto:herbs@wideopenwest.com">herbs@wideopenwest.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c"><br>
On Sep 10, 2008, at 3:39 PM, Maarten Sneep wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 10 sep 2008, at 21:50, Nathaniel Pearson wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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.<br>

<br>
However, upon typesetting in TexShop I still get the following error:<br>
<br>
/urs/local/texlive/2007/texmf-var/web2c/pdftex/pdflatex: unrecognized option `--synctex=1'<br>
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)<br>
\write 18 enabled.<br>
%&-line parsing enabled.<br>
kpathsea: Running mktexfmt pdflatex.fmt<br>
mktexfmt: No such file or directory<br>
I can't find the format file `pdflatex.fmt'!<br>
<br>
What might I try next?  Thank you to all who have been helping to solve this.<br>
</blockquote>
<br>
Make all formats?<br>
<br>
sudo mktexfmt --all<br>
<br>
(as administrator).<br>
<br>
Maarten<br>
</blockquote>
<br></div></div>
Howdy,<br>
<br>
Mktexfmt is really a symbolic link to fmtutil so it builds the format files in the user directory. Unless you you are building personal formats not the case here) you really should use<br>
<br>
sudo fmtutil-sys --all<br>
<br>
but once you've done the mktexfmt those formats won't be ``seen'' by TeX. Sigh...<br>
<br>
The complaint about ``unrecognized option'' is because MacTeX (TeX Live) 2007 doesn't have synctex. It is totally harmless!!!<div><div></div><div class="Wj3C7c"><br>
<br>
Good Luck,<br>
<br>
Herb Schulz<br>
(<a href="mailto:herbs@wideopenwest.com" target="_blank">herbs@wideopenwest.com</a>)<br>
<br>
<br>
</div></div><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>
<br></blockquote></div><br></div>