all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* AUCTeX with RefTex
@ 2005-12-10 11:54 Nagy Viktor
  0 siblings, 0 replies; 3+ messages in thread
From: Nagy Viktor @ 2005-12-10 11:54 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: AUCTeX with RefTex
       [not found] <mailman.18693.1134219774.20277.help-gnu-emacs@gnu.org>
@ 2005-12-10 13:23 ` Ralf Angeli
  2005-12-10 22:10   ` Nagy Viktor
  0 siblings, 1 reply; 3+ messages in thread
From: Ralf Angeli @ 2005-12-10 13:23 UTC (permalink / raw)


* 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: AUCTeX with RefTex
  2005-12-10 13:23 ` Ralf Angeli
@ 2005-12-10 22:10   ` Nagy Viktor
  0 siblings, 0 replies; 3+ messages in thread
From: Nagy Viktor @ 2005-12-10 22:10 UTC (permalink / raw)


Thanks a lot, it works!

Köszi, Viktor

Ralf Angeli wrote:

> * 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-12-10 22:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-10 11:54 AUCTeX with RefTex Nagy Viktor
     [not found] <mailman.18693.1134219774.20277.help-gnu-emacs@gnu.org>
2005-12-10 13:23 ` Ralf Angeli
2005-12-10 22:10   ` Nagy Viktor

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.