[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] post-installation: how to invoke auctex.
From: |
Matthias Danzl |
Subject: |
Re: [AUCTeX] post-installation: how to invoke auctex. |
Date: |
Mon, 29 Oct 2012 16:07:58 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 |
You miss something like
(add-to-list 'load-path "/home/user/.emacs.d/auctex")
before the actual load instructions.
On 29.10.2012 15:28, Søren Christensen wrote:
> Finally I got through the installation, ./configure, make and make install --
> without error-messages. The info-pages of AUCTeX and preview are all
> available.
>
> But loading a TeX-file does not give me the "LaTeX" and "Preview" menu, and
> the auctex-commands are not available.
>
> I guess I've missed a simple thing, but I can't figure out what.
>
> In my .emacs I've put the following lines:
>
> (setq TeX-auto-save t)
> (setq TeX-parse-self t)
> (setq-default TeX-master nil)
> (setq TeX-auto-save t)
> (setq TeX-parse-self t)
> (setq-default TeX-master nil)
>
> and at start-up, emacs does not complain.
>
> But if I add the lines:
> (load "auctex.el" nil t t)
> (load "preview-latex.el" nil t t)
>
> loading .emacs does result in error-messages.
>
> What's missing?
>
> Best regards
> Søren Christensen
> Hvamvej 95, Gl. Hvam, 9620 Ålestrup
> +45 22 80 35 17
> address@hidden
>
>
>
>
> _______________________________________________
> auctex mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/auctex
>