blob: 89b0249bdcd47ad616a58cbc6e328b1b7a11c65a (
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
Record of changes to the tex-mathematica tools
==============================================
See file README for information about these tools.
Dan Dill dan@chem.bu.edu [128.197.30.18]
Version 1.1 -> 1.2, 2/27/1991
-----------------------------
Texinfo documentation is now available, and the command C-c h now runs Info
on it. The source is tex-mma.texinfo, the Info file is tex-mma.info, and the
TeX formatted compressed PostScript is tex-mma.ps.Z.
The name of the LaTeX description/example source has been changed to
tex-mma-j.tex and tex-mma-j.bib, the the TeX formatted compressed PostScript
is tex-mma-j.ps.Z. The name of the TeX example source has been changed to
tex-mma-tex.tex.
Several changes have been made at the request of The Mathematica Journal,
which will publish the material contained in tex-mma-j.tex. The changes
replace user-visible occurances of mma with mathematica:
1. M-x tex-mma becomes M-x tex-mathematica
2. \begin{mma} becomes \begin{mathematica}
3. \end{mma} becomes \end{mathematica}
4. \input mma10pt becomes \input mathematica10pt
5. \input mma12pt becomes \input mathematica12pt
6. \documentstyle[mma,... becomes \documentstyle[mathematica,...]
Related to this, the file mmacommon.tex has been changed to mathematica.tex.
I hope these changes do not cause too much inconvenience.
An error encountered when using LaTeX later than 2 May 90 has been
corrected. I had been using an older LaTeX. See comment in mathematica.sty
if you are using an older LaTeX, as the default works only with LaTeX 2 May 90
or later.
3/5-6/1991
----------
Startup commands plain-tex-mathematica and latex-mathematica added, to
explicitly select mode.
Add commands C-c a and C-u C-c a to evaluate *all* cells of a document.
3/10/1991
---------
Add \mathematicafile{<...>} to print verbatim contents of file <...>.
Version 1.2 -> 1.3 4/22/1991
---------------------------
Don't start Mathematica until needed.
Bind tex-mma-recenter to C-c l.
Adapt/add code for generic TeX/Mathematica interface.
Renamed many functions.
Add tex-mma-assemble-package (C-c m) to assemble packages from cells.
Add shell command tex-mma-assemble-package to assemble packages in Emacs
batch mode.
Add tex-mma-assemble-cell (C-u C-c m) to assemble a single cell.
|