summaryrefslogtreecommitdiff
path: root/support/mctex/INSTALLATION
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/mctex/INSTALLATION
Initial commit
Diffstat (limited to 'support/mctex/INSTALLATION')
-rw-r--r--support/mctex/INSTALLATION42
1 files changed, 42 insertions, 0 deletions
diff --git a/support/mctex/INSTALLATION b/support/mctex/INSTALLATION
new file mode 100644
index 0000000000..0a61de1896
--- /dev/null
+++ b/support/mctex/INSTALLATION
@@ -0,0 +1,42 @@
+
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;; (c) copyright of entire package 1991 kent state university ;;;
+;;; Jan. 1991 pwang ;;;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+
+0) This AKCL/MAXIMA enhancement package for converting MAXIMA expressions
+ into TeX or LaTeX suitable for direction into papers or documents.
+ To use this package you must already have the MAXIMA package
+ maintained at Univ. Texas at Austin. Contact Prof. Bill Schelter
+
+ wfs@rascal.ics.UTEXAS.edu
+
+ for info on MAXIMA.
+
+1) Read all files on the distribution tape into your "maxima-main-dir" under
+ the directory kent/McTex
+
+2) Edit tex.lsp file, goto a line that contains
+(setq mctex-lib "/usr/local/maxima/kent/chokchai") .
+ Then modify mctex-lib to the directory that contains the mctex package.
+
+
+3) Load McTex into maxima by loading the file tex.lsp (or tex.o)
+ into maxima. The maxima command
+ loadfile("tex.lsp");
+ can be used.
+
+4) This package is free for use by the computer science research community.
+ Please send e-mail to pwang@mcs.kent.edu to register your name/institution
+ if you obtain this package.
+
+ Commercial use in any form is prohibited.
+
+============================================================================
+Paul S. Wang
+Department of Mathematics and Computer Science
+Kent State Univ.
+Kent OH 44242
+