all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ralf Angeli <dev.null@iwi.uni-sb.de>
Subject: Re: AUCTeX with RefTex
Date: Sat, 10 Dec 2005 14:23:33 +0100	[thread overview]
Message-ID: <439ad6cc$0$15791$14726298@news.sunsite.dk> (raw)
In-Reply-To: mailman.18693.1134219774.20277.help-gnu-emacs@gnu.org

* 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	other threads:[~2005-12-10 13:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.18693.1134219774.20277.help-gnu-emacs@gnu.org>
2005-12-10 13:23 ` Ralf Angeli [this message]
2005-12-10 22:10   ` AUCTeX with RefTex Nagy Viktor
2005-12-10 11:54 Nagy Viktor

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='439ad6cc$0$15791$14726298@news.sunsite.dk' \
    --to=dev.null@iwi.uni-sb.de \
    --cc=angeli@iwi.uni-sb.de \
    /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.