blob: cecacf464442c6b0b9718fa23bf081c7afd5583c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
CVSId: $Id: INSTALL,v 1.2 2000/11/28 14:40:45 exupery Exp $
Installing Prosper:
-------------------
Put all the ".sty" and the ".cls" files in a directory pointed to by
the TEXINPUTS variable. Under Linux Red Hat with teTeX, I would suggest
uncompressing the archive in /usr/share/texmf/tex/latex/misc to have a
prosper directory there (do not forget to
run mktexlsr in order to update your TeX tree). Alternatively, create a
directory prosper somewhere in your home and add the path to the TEXINPUTS
variable. Example (under bash):
# cp prosper.tar.gz ~/TeX
# cd ~/TeX
# tar -vzxf prosper.tar.gz
and add the following line at the end of your .bash_profile file:
export TEXINPUTS=$TEXINPUTS:$HOME/TeX/prosper/
|