aboutsummaryrefslogtreecommitdiffstats
path: root/print/auctex/pkg-message
blob: 14df730c521b315ea727989e7fc55546b3f460c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

Customizing
===========
   Next, you should edit the file
`${PREFIX}/share/emacs/site-lisp/tex-site.el' to fit your local site.
You do this by looking at the customization section in the beginning
of `${PREFIX}/share/emacs/site-lisp/auctex/tex.el' and copy the
definitions that are wrong for your site to `tex-site.el'.  Do *not*
edit `tex.el' directly, or you will have to do all the work over again
when you upgrade AUC TeX.  AUC TeX will not overwrite your old
`tex-site.el' file next time you install, so you will be able to keep
all your customizations.

   You probably want to copy and edit `TeX-printer-list' to contain the
printers available at your site.

Enabling AUC TeX
================
   You can now tell your users to enable AUC TeX by adding

     (load "auctex.el" nil t t)
     (load "preview-latex.el" nil t t)

to their `~/.emacs' file.