help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AUCTeX with RefTex


From: Ralf Angeli
Subject: Re: AUCTeX with RefTex
Date: Sat, 10 Dec 2005 14:23:33 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

* Nagy Viktor (2005-12-10) writes:

> I would like to use AUCTeX together with RefTeX, but setting up my .emacs
> file as written in the info files doesn't help.
>
> I've attached my .emacs file.
[...]
> ; LaTeX beállítások

Oh, Hungarian.  Jó napot!  (Not that I know much more. (c:)

> (require 'tex-site)

Which version of AUCTeX is this you are using?  AUCTeX 11.81 should be
loaded differently, i.e. with
(load "auctex.el" nil t t)

> ; a RefTeX valamiért nem mûködik, pedig nagyon jó lenne!
> (setq reftex-plug-into-AUCTeX t)

The following seems to be missing:

;; (info "(reftex)Installation")
(add-hook 'LaTeX-mode-hook 'turn-on-reftex)   ; with AUCTeX LaTeX mode
(add-hook 'latex-mode-hook 'turn-on-reftex)   ; with Emacs latex mode

Szia,
Ralf


reply via email to

[Prev in Thread] Current Thread [Next in Thread]