summaryrefslogtreecommitdiff
path: root/macros/mathematica/CHANGES
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 /macros/mathematica/CHANGES
Initial commit
Diffstat (limited to 'macros/mathematica/CHANGES')
-rw-r--r--macros/mathematica/CHANGES65
1 files changed, 65 insertions, 0 deletions
diff --git a/macros/mathematica/CHANGES b/macros/mathematica/CHANGES
new file mode 100644
index 0000000000..89b0249bdc
--- /dev/null
+++ b/macros/mathematica/CHANGES
@@ -0,0 +1,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.