all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Installing auctex from source
@ 2009-02-23  6:34 smanek
  2009-02-23  9:22 ` Peter Dyballa
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: smanek @ 2009-02-23  6:34 UTC (permalink / raw)
  To: help-gnu-emacs

You will find some details below, but for the impatient I installed
auctex from source, but can't seem to compile any TeX/LaTeX documents.

When I open document.tex (a LaTeX file) in Emacs, it automatically
starts up auctex mode. However, when I try to compile a .tex file with
'C-c C-c RET', the status line reads "LaTeX: problems after [0]
pages."

A buffer called *document output* is also opened that reads:
"""
Running `LaTeX' on `ps0' with ``latex  -interaction=nonstopmode
"\input" document.tex''
/bin/sh: latex: not found

LaTeX exited abnormally with code 127 at Mon Feb 23 01:31:25
"""

latex is in my path. When I open up a terminal, I can execute latex
and 'which pdflatex' responds correctly.

Below you will find some (potentially irrelevant) background info:
-Using Ubuntu 8.10
-Have installed TeX Live 2008 into /home/abc/usr/local/texlive
-Have added /home/abc/usr/local/texlive/2008/bin/ to my $PATH (it is
the directory containing all the TeXLive binaries, including latex)
-Using stock Ubuntu GNU Emacs 22.2.1

I installed auctex from source with the following series of commands:
./configure --with-texmf-dir=/home/abc/usr/local/texlive/texmf-local/
make
sudo make install

There are no errors or warnings during any of this - and the ./
configure is able to locate pdftex, emacs, etc.

Any suggestions?


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-02-24 15:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-23  6:34 Installing auctex from source smanek
2009-02-23  9:22 ` Peter Dyballa
2009-02-23  9:34 ` Rupert Swarbrick
     [not found] ` <mailman.1529.1235380954.31690.help-gnu-emacs@gnu.org>
2009-02-24 15:34   ` David Kastrup

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.