Changes http://wiki.axiom-developer.org/TeXmacs/diff
--
++added:
+ In TeXmacs with the new tm_axiom there is also a new Axiom command.
+ If you enter::
+
+ )set output texmacs
+
+ in an TeXmacs Axiom session you get the following explanation::
+
+ --------------------------- The texmacs Option
----------------------------
+
+ Description: options for display of AXIOM output in TeXmacs
+
+ )set output texmacs is used to control the TeXmacs-AXIOM interface
+ The default values are controlled by environment variable TM_AXIOM
+ and may be overriden by command line options.
+
+ Syntax: )set output texmacs <arg>
+ where arg can be one or more of
+ break <on>|<off> line-break algorithm
+ over <on>|<off> convert 2-d \\over to 1-d
+ cdot <on>|<off> convert \\cdot to \\ (space)
+ space <on>|<off> convert \\ (space) to \\,
+ big( <on>|<off> convert \\left( \\right to ( )
+ width <9.99> line width in inches
+
+ <on> may be on, yes, 1
+ <off> may be off, no , 0
+
+ The current settings are:
+ break 1, over 1, cdot 1, space 0, big( 1, width 4.5
+
This new interface program is also recommended for use in cygwin. To check
that you are using the new program, in a cygwin shell enter the command::
--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]