all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: smanek <smanek@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Installing auctex from source
Date: Sun, 22 Feb 2009 22:34:48 -0800 (PST)	[thread overview]
Message-ID: <94766835-f8a9-41d0-9787-be5bbaf6d127@v38g2000yqb.googlegroups.com> (raw)

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?


             reply	other threads:[~2009-02-23  6:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-23  6:34 smanek [this message]
2009-02-23  9:22 ` Installing auctex from source 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=94766835-f8a9-41d0-9787-be5bbaf6d127@v38g2000yqb.googlegroups.com \
    --to=smanek@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.