blob: 686ea4574e9670b4e43619dca860a618bd22a78c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
$Id: INSTALL,v 1.1 1995/08/02 14:55:51 schrod Exp $
------------------------------------------------------------
You're not on Unix? Jump ahead to `INSTALLATION BY HAND'.
INSTALLATION ON UNIX
====================
I have supplied a Makefile for your convenience. You have to edit it
to tell make where your TeX installation lives.
Do you have a TDS-compliant installation?
(E.g., teTeX, highly recommended.)
yes => Change the value of TEXMF to your TDS root directory.
no => Change even more variables (the ones below TEXMF).
Make sure all parent directories exist.
Do you use AUC-TeX?
yes => Assign your AUC-TeX directory to AUCTEX.
no => Doesn't matter, let the current AUCTEX value as it is.
Type
make
Everything should be installed now.
If you have a TDS installation structure and make complains that the
LaTeX directory is not found, install LaTeX first.
TYPESET REVISION LOGS
---------------------
If you want to typeset revision logs, you need a configurable RCS. We
created a version, which is currently in beta test. You'll find it in
ftp.th-darmstadt.de:pub/programming/management/confrcs/.
INSTALLATION BY HAND
====================
Copy rcs.sty to some directory where LaTeX finds it.
The correct TDS directory name is tex/latex/misc/, relative to the
TDS root.
Copy *.dvi from the current directory to the directory
where you keep the documentation for your installed LaTeX styles.
What? You don't have such a directory? Shame on you. ;-)
The TDS proposes one the following directory names: doc/latex/rcs
or doc/latex/styles/rcs/. I use the latter.
If you use AUC-TeX, copy style/rcs.el to the directory <auctex>/style.
Here <auctex> is either the directory, where AUC-TeX is installed, or
it is the directory where you keep your personal LaTeX style files.
(If that's all Greek to you, refer to the installation instructions of
AUC-TeX.)
|