* Peter Gacs (2010-03-28) writes: > I am unable to customize AUCTex by giving a different name to the tex > program. > I installed TexLive on the Mac, and now I have to call tex from the / > usr/texbin > folder. If in the customization pane I rewrite the Latex command to / > usr/texbin/latex, > then when calling the command LaTeX on the folder, it tries to > execute pdf/usr/texbin/latex.
AUCTeX prepends "pdf" to the LaTeX command when TeX PDF mode is enabled. Thus, you cannot use the whole path to the executable. A solution would be to add /usr/texbin to the PATH environment variable or whatever your OS uses to make executables available. There is also a way to make them available for Emacs only, see e.g. (info "(emacs)Environment"). -- Ralf _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
