Next: Keep[anInteger]
Up: Real time Tex
Previous: KillTeX[]
  Contents
  Index
- Aliases: None
- Description: See[aListOfIntegers]
- Arguments: See[aListOfIntegers] allows one to create a TEX file
which displays multiple Out statements.
For example, See[{5,14,9}] creates a window with
Out[5]=, followed by the TEX form of
Out[5],Out[14]=, followed by the TEX form of Out[14],
Out[9]=, followed by the TEX form of Out[9]
- Comments / Limitations:
is a list of integers
Not available before NCAlgebra 2.1
If the See[{5,14,9}] command is invoked as the
19th command (e.g., In[19] := See[{5,14,9}]), then
the TeXed formulas Out[5], Out[14] and Out[19]
will be in the file master19.tex.
This might help a user in writing a paper based on the
session, since it can be used to bring together
important formulas.
This command requires that the SeeTeX be called before the use
of See.
NCAlgebra Project
2002-09-09