next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
showTex
showTex -- convert to TeX and display on screen
Synopsis
Usage:
showTex x
Inputs:
x
, any Macaulay2 object
Consequences:
showTex x
converts
x
to TeX format, and displays it on the screen.
Description
For example, the following line would display a matrix in another window.
showTex matrix{{1,2,3},{4,5,6}}
Caveat
No attempt is made to wrap large matrices or equations.
The code for this function is Unix dependent at the moment, requiring that the commands latex and xdvi are present.
See also
tex
-- convert to $\TeX$ format
texMath
-- convert to TeX math format
mathML
-- convert to MathML format
For the programmer
The object
showTex
is
a
method function
.