From: Fabian.Braennstroem@t-online.de (Fabian Brännström)
Subject: preview-latex and reftex not active!?
Date: 01 Nov 2003 08:15:27 +0100 [thread overview]
Message-ID: <1067670927.5737.26.camel@rechner1> (raw)
Hello,
right now I have three different distributions running. debian stable,
debian testing and gentoo.
I installed emacs, auctex, reftex and preview-latex on each system.
stable: emacs 21.2-1, auctex 11.06-1, preview-latex 0.6.1-1
testing: emacs 21.2-1 auctex 11.13, preview-latex 0.7.8 and
preview-latex-style 0.7.8
gentoo: emacs 21.3, auctex 11.13 , preview-latex 0.7.8
I'm using for all systems the same .emacs-file, but just for the debian
testing system reftex and preview-latex is activated in the menu when
opening a tex-file.
Does anyone have an idea how to solve that problem?
Thanks!
Greetings
Fabian
_______________________
P.S. My .emacs:
_______________________
(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 "English")
'(global-font-lock-mode t nil (font-lock))
'(gnuserv-program (concat exec-directory "/gnuserv"))
'(load-home-init-file t t)
'(transient-mark-mode t)
'(uniquify-buffer-name-style (quote forward) nil (uniquify)))
'(auto-save-timeout 1)
(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.
)
(require 'tex-site)
(setq outline-minor-mode t)
(setq latex-mode)
(setq latex-math-mode)
(add-hook 'LaTeX-mode-hook 'turn-on-reftex)
(setq reftex-plug-into-AUCTeX t)
;; ===================================================================
;; Preview LaTeX
;; ===================================================================
(cond ((file-readable-p
"/usr/share/emacs/site-lisp/preview-latex/preview.el")
(if (and window-system (x-display-color-p))
(progn
(require 'preview)))))
;; ===================================================================
;; Preview LaTeX End
;; ===================================================================
;(load "/usr/share/emacs/site-lisp/preview-latex/preview-latex.el" nil t
t)
(add-hook 'LaTeX-mode-hook 'LaTeX-preview-setup)
(autoload 'LaTeX-preview-setup "preview")
(add-to-list 'load-path "/usr/share/emacs/site-lisp/preview-latex/")
next reply other threads:[~2003-11-01 7:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-01 7:15 Fabian Brännström [this message]
[not found] <mailman.2932.1067671565.21628.help-gnu-emacs@gnu.org>
2003-11-01 10:16 ` preview-latex and reftex not active!? David Kastrup
2003-11-02 22:16 ` Fabian Brännström
[not found] ` <mailman.2980.1067812188.21628.help-gnu-emacs@gnu.org>
2003-11-03 12:38 ` David Kastrup
2003-11-03 14:13 ` Fabian Brännström
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1067670927.5737.26.camel@rechner1 \
--to=fabian.braennstroem@t-online.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).