summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/prosper/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/prosper/INSTALL')
-rw-r--r--macros/latex/contrib/prosper/INSTALL20
1 files changed, 20 insertions, 0 deletions
diff --git a/macros/latex/contrib/prosper/INSTALL b/macros/latex/contrib/prosper/INSTALL
new file mode 100644
index 0000000000..cecacf4644
--- /dev/null
+++ b/macros/latex/contrib/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