From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Horn Subject: Re: RE: Can't find LaTeX under MAC Date: Tue, 28 Sep 2010 08:20:13 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=58852 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P0ZAl-0001B0-SZ for emacs-orgmode@gnu.org; Tue, 28 Sep 2010 08:20:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P0ZAk-0003qr-4t for emacs-orgmode@gnu.org; Tue, 28 Sep 2010 08:20:39 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:38050) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P0ZAk-0003qc-1n for emacs-orgmode@gnu.org; Tue, 28 Sep 2010 08:20:38 -0400 Received: by iwn33 with SMTP id 33so9517589iwn.0 for ; Tue, 28 Sep 2010 05:20:37 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matthew Leifer Cc: emacs-orgmode@gnu.org +1, both to the fact TeXLive worked fine for me without additional configuration, and to the suggestion of giving Aquamacs Emacs a shot. Note: I use the emacs starter kit (which automatically loads some init files), and I've had to symbolically link my ~/.emacs.d directory (where the starter kit is kept) to ~/Library/Application Support/Aquamacs. I don't know if this is necessary anymore. That is, I'm not sure whether Aquamacs loads files in ~/.emacs.d by default. Jeff On Tue, Sep 28, 2010 at 7:58 AM, Matthew Leifer wrote: > I'm also on a Mac and it worked for me without any configuration.=A0 You = might > need to check whether the TeX settings in your System Preferences are set > correctly.=A0 TeXLive installs a preference pane which sets the appropria= te > PATH variables via a GUI so you don't have to do any hacking on your .ema= cs > file.=A0 Also, you might want to look at using Aquamacs Emacs rather than= the > plain Emacs that ships with OSX because it comes pre-loaded with all the > important customizations for LaTeXing. > > On 27 September 2010 22:30, Thomas S. Dye wrote: >> >> Aloha Chao, >> >> I have texlive 2010 installed on my Mac. =A0This path works for me: >> >> **** Emacs set path to LaTeX binaries >> #+begin_src emacs-lisp :tangle yes >> =A0 =A0(setenv "PATH" (concat (getenv "PATH") ":/usr/texbin")) >> =A0 =A0(setq exec-path (append exec-path '("/usr/texbin"))) >> #+end_src >> >> HTH, >> Tom >> >> On Sep 27, 2010, at 11:06 AM, Chao LU wrote: >> >>> Dear all, >>> >>> I'm trying to use org-mode under MAC, and when I export to html, some >>> fragments of LaTeX needs to be converted. So I got the texlive installe= d and >>> then put these lines into my .emacs: >>> >>> 8<------------------------>8 >>> >>> (defconst lch-mac-p (eq window-system 'mac) "Are we on Mac") >>> (if lch-mac-p >>> =A0 =A0(progn >>> =A0 =A0 =A0(setenv "PATH" (concat >>> "/usr/local/texlive/2010/bin/universal-darwin:" (getenv "PATH"))) >>> =A0 =A0 =A0(setq exec-path (append exec-path '("/usr/local/bin" >>> "/usr/local/texlive/2010/bin/universal-darwin:"))) >>> =A0 =A0 =A0) >>> =A0 =A0) >>> >>> 8<------------------------->8 >>> >>> But seems not work, org still can't find where the LaTeX is. Could anyo= ne >>> give me a hint? >>> >>> Thanks in advance ^.^ >>> >>> Chao >>> _______________________________________________ >>> Emacs-orgmode mailing list >>> Please use `Reply All' to send replies to the list. >>> Emacs-orgmode@gnu.org >>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > --=20 Jeffrey Horn Graduate Lecturer and PhD Student in Economics George Mason University (704) 271-4797 jhorn@gmu.edu jrhorn424@gmail.com