From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/mctex/INSTALLATION | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 support/mctex/INSTALLATION (limited to 'support/mctex/INSTALLATION') 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 + -- cgit v1.2.3