* preview-latex and reftex not active!?
@ 2003-11-01 7:15 Fabian Brännström
0 siblings, 0 replies; 5+ messages in thread
From: Fabian Brännström @ 2003-11-01 7:15 UTC (permalink / 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/")
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: preview-latex and reftex not active!?
[not found] <mailman.2932.1067671565.21628.help-gnu-emacs@gnu.org>
@ 2003-11-01 10:16 ` David Kastrup
2003-11-02 22:16 ` Fabian Brännström
[not found] ` <mailman.2980.1067812188.21628.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 5+ messages in thread
From: David Kastrup @ 2003-11-01 10:16 UTC (permalink / raw)
Fabian.Braennstroem@t-online.de (Fabian Brännström) writes:
> 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?
Reading the documentation of reftex, AUCTeX and preview-latex? It is
available with C-h i
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: preview-latex and reftex not active!?
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>
1 sibling, 0 replies; 5+ messages in thread
From: Fabian Brännström @ 2003-11-02 22:16 UTC (permalink / 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?
>
> Reading the documentation of reftex, AUCTeX and preview-latex? It is
> available with C-h i
I read the a part of the documentation and I installed the
"testing"-Packages und woody, but it still doesn't work. Does anyone
have maybe an idea?
Greetings
Fabian
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: preview-latex and reftex not active!?
[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
0 siblings, 1 reply; 5+ messages in thread
From: David Kastrup @ 2003-11-03 12:38 UTC (permalink / raw)
Fabian.Braennstroem@t-online.de (Fabian Brännström) writes:
> > > 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?
> >
> > Reading the documentation of reftex, AUCTeX and preview-latex? It
> > is available with C-h i
>
> I read the a part of the documentation and I installed the
> "testing"-Packages und woody, but it still doesn't work. Does anyone
> have maybe an idea?
Reading the first few lines of the documentation and the
"Installation" section?
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: preview-latex and reftex not active!?
2003-11-03 12:38 ` David Kastrup
@ 2003-11-03 14:13 ` Fabian Brännström
0 siblings, 0 replies; 5+ messages in thread
From: Fabian Brännström @ 2003-11-03 14:13 UTC (permalink / raw)
Hello,
> >
> > I read the a part of the documentation and I installed the
> > "testing"-Packages und woody, but it still doesn't work. Does anyone
> > have maybe an idea?
>
> Reading the first few lines of the documentation and the
> "Installation" section?
Yes, I did read it; but maybe you can tell me anything about my problem?
Greetings!
Fabian
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-11-03 14:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[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
2003-11-01 7:15 Fabian Brännström
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).