blob: 0a61de18962017fd096e7ab8f5f36b96972f04dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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
|