all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nagy Viktor <viktor.nagy@gmail.com>
Subject: AUCTeX with RefTex
Date: Sat, 10 Dec 2005 12:54:50 +0100	[thread overview]
Message-ID: <dnefla$t8g$1@sea.gmane.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

Hello!

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.

[-- Attachment #2: .emacs --]
[-- Type: text/plain, Size: 1453 bytes --]

(custom-set-variables
  ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 '(case-fold-search t)
 '(current-language-environment "Latin-2")
 '(default-input-method "latin-2-prefix")
 '(face-font-selection-order (quote (:height :width :weight :slant)))
 '(global-font-lock-mode t nil (font-lock))
 '(ispell-keep-choices-win t)
 '(mouse-avoidance-mode (quote jump) nil (avoid))
 '(mouse-wheel-follow-mouse t)
 '(mouse-wheel-mode t nil (mwheel))
 '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify))))
(custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 )

; LaTeX beállítások
(require 'tex-site)
; a RefTeX valamiért nem mûködik, pedig nagyon jó lenne!
(setq reftex-plug-into-AUCTeX t)
;(autoload 'whizzytex-mode
;             "whizzytex"
;              "WhizzyTeX, a minor-mode WYSIWIG environment for LaTeX" t)

; Maxima: alapértelmezett a .max fájlokhoz
(setq auto-mode-alist (cons '("\\.max" . maxima-mode) auto-mode-alist))
(setq load-path (cons  "/usr/share/maxima/5.9.1/emacs" load-path ))
(autoload 'maxima "maxima" "Running Maxima interactively" t)
(autoload 'maxima-mode "maxima" "Maxima editing mode" t)
; imaxima -- szépen formázott maxima kimenet
(autoload 'imaxima "imaxima" "Image support for Maxima" t)
(setq imaxima-use-maxima-mode-flag t)

[-- Attachment #3: Type: text/plain, Size: 152 bytes --]

_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

             reply	other threads:[~2005-12-10 11:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-10 11:54 Nagy Viktor [this message]
     [not found] <mailman.18693.1134219774.20277.help-gnu-emacs@gnu.org>
2005-12-10 13:23 ` AUCTeX with RefTex Ralf Angeli
2005-12-10 22:10   ` 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='dnefla$t8g$1@sea.gmane.org' \
    --to=viktor.nagy@gmail.com \
    /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.