OS XでのEmacs.appを介したAucTeX 1.86のインストール
emacsformacosx.comからEmacsバイナリ(バージョン24.0.50)にAucTeX 1.86をインストールしようとしています。最初の試行の./configure出力: configure: error: Cannot find the texmf directory! Please use --with-texmf-dir=dir to specify where the preview tex files go configure: error: ./configure failed for preview 私は付け加えます--with-texmf-dir=/usr/local/texlive/texmf-local、そしてそれに./configureいくつかのお祝いの言葉で幸せに答えます。グリッチmakeあり/ sudo make installなしでコンパイルします。 Emacsで.texファイルを開くと、AucTeXがロードされません。(load auctex.el nil t t)* scratch *バッファーとEmacs出力でCj を発行します。 Debugger entered--Lisp error:(file-error "Cannot open load file" "auctex.el") 何かが起きています。Emacsがファイルを見つけられなかったと思ったので、想定された場所にインストールされていなかったはずです。ほとんどのAucTeXファイルを/usr/share/emacs/site-lisp、Emacs 22.1 が存在するまで追跡します。 ここに2つのオプションがありました。1。EmacsにAucTeXの場所を知らせます(方法はわかりません)。2. …