aboutsummaryrefslogtreecommitdiff
path: root/print/auctex/pkg-message
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-29 07:21:37 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-29 07:21:37 +0000
commit85bb545d793534dc11b79f6c1612cb7eddb07251 (patch)
tree24bfc62faa88cfdb44ad45581df67bad76672520 /print/auctex/pkg-message
parent28ca7dd503716c7aa9e2bfc23974a904151f253d (diff)
downloadports-85bb545d793534dc11b79f6c1612cb7eddb07251.tar.gz
ports-85bb545d793534dc11b79f6c1612cb7eddb07251.zip
Notes
Diffstat (limited to 'print/auctex/pkg-message')
-rw-r--r--print/auctex/pkg-message23
1 files changed, 23 insertions, 0 deletions
diff --git a/print/auctex/pkg-message b/print/auctex/pkg-message
new file mode 100644
index 000000000000..a32befd5c5ad
--- /dev/null
+++ b/print/auctex/pkg-message
@@ -0,0 +1,23 @@
+
+Customizing
+===========
+ Next, you should edit the file
+`/usr/local/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 `/usr/local/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
+
+ (require 'tex-site)
+
+to their `~/.emacs' file.