diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/prosper/INSTALL')
-rw-r--r-- | Master/texmf-dist/source/latex/prosper/INSTALL | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/prosper/INSTALL b/Master/texmf-dist/source/latex/prosper/INSTALL new file mode 100644 index 00000000000..cecacf46444 --- /dev/null +++ b/Master/texmf-dist/source/latex/prosper/INSTALL @@ -0,0 +1,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/
\ No newline at end of file |