blob: 0cbcdcf7119d4e2f556edfe360fd1c4fad1f1f1e (
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
|
$Id: INSTALL,v 2.1 1995/08/04 02:04:06 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.
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.
INSTALLATION BY HAND
====================
Copy footnpag.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/misc
or doc/latex/styles/. I use the latter.
|