2002-09-16 05:31:26 +02:00
|
|
|
===========================================================================
|
2019-07-05 17:32:09 +02:00
|
|
|
$NetBSD: MESSAGE,v 1.6 2019/07/05 15:32:09 hauke Exp $
|
2000-12-02 08:49:25 +01:00
|
|
|
|
2019-07-05 17:32:09 +02:00
|
|
|
To customize AUCTeX, you will need to edit the file
|
2001-04-20 00:23:45 +02:00
|
|
|
|
2005-12-03 12:12:28 +01:00
|
|
|
`${LISPDIR}/tex-site.el'
|
2001-04-20 00:23:45 +02:00
|
|
|
|
2019-07-05 17:32:09 +02:00
|
|
|
in the site-lisp directory. Add the parts of `tex.el' (in the
|
|
|
|
`auctex' subdirectory) which need to be changed to `tex-site.el'.
|
|
|
|
This way, your customizations will not get deleted when you update to
|
|
|
|
a newer version of AUCTeX.
|
2000-12-02 08:49:25 +01:00
|
|
|
|
2019-07-05 17:32:09 +02:00
|
|
|
Users may then put
|
2000-12-02 08:49:25 +01:00
|
|
|
|
2005-10-15 22:11:35 +02:00
|
|
|
(load "auctex.el" nil t t)
|
2019-07-05 17:32:09 +02:00
|
|
|
(load "preview-latex.el" nil t t)
|
2000-12-02 08:49:25 +01:00
|
|
|
|
2019-07-05 17:32:09 +02:00
|
|
|
in their (X)Emacs init file.
|
2003-03-01 04:49:50 +01:00
|
|
|
|
2019-07-05 17:32:09 +02:00
|
|
|
If your site TeX macro files and style files are in a location
|
|
|
|
different from `${PREFIX}/share/texmf/tex', set `TeX-macro-global' to
|
|
|
|
the directory in your (X)Emacs init file:
|
2003-03-01 04:49:50 +01:00
|
|
|
|
|
|
|
;;; Note that the directory name must end with a slash!
|
|
|
|
(setq TeX-macro-global "/home/foo/my/tex/")
|
2000-12-02 08:49:25 +01:00
|
|
|
|
2002-09-16 05:31:26 +02:00
|
|
|
===========================================================================
|