2002-09-16 05:31:26 +02:00
|
|
|
===========================================================================
|
2003-03-01 04:49:50 +01:00
|
|
|
$NetBSD: MESSAGE,v 1.3 2003/03/01 03:49:50 uebayasi Exp $
|
2000-12-02 08:49:25 +01:00
|
|
|
|
2001-04-20 00:23:45 +02:00
|
|
|
To customize AUC TeX you will need to edit the file
|
|
|
|
|
|
|
|
`${PREFIX}/${LISPDIR}/tex-site.el'
|
|
|
|
|
|
|
|
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 you can keep your customizations and they will not get deleted
|
|
|
|
when you update to a newer version of AUC TeX.
|
2000-12-02 08:49:25 +01:00
|
|
|
|
|
|
|
You may then put
|
|
|
|
|
|
|
|
(require 'tex-site)
|
|
|
|
|
2003-03-01 04:49:50 +01:00
|
|
|
in your `${HOME}/.emacs.el' file.
|
|
|
|
|
|
|
|
If your site TeX macro files and style files are put elsewhere than
|
|
|
|
`${PREFIX}/share/texmf/tex', set `TeX-macro-global' to the directory in
|
|
|
|
your `${HOME}/.emacs.el' file.
|
|
|
|
|
|
|
|
;;; 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
|
|
|
===========================================================================
|