|
|
|
last edited 10 years ago by test1 |
| 1 2 3 4 5 | ||
|
Editor: test1
Time: 2015/01/08 16:36:38 GMT+0 |
||
| Note: | ||
changed: -Subject: work-a-round for TeXmacs Subject: work-a-round for OldTeXmacs changed: -This seems to be a problem in the TeXmacs conversion of This seems to be a problem in the OldTeXmacs conversion of changed: -new TeXmacs interface in Axiom for Windows. In TeXmacs new OldTeXmacs interface in Axiom for Windows. In OldTeXmacs changed: - Description: options for display of AXIOM output in TeXmacs - - )set output texmacs is used to control the TeXmacs-AXIOM interface Description: options for display of AXIOM output in OldTeXmacs )set output texmacs is used to control the OldTeXmacs-AXIOM interface changed: -Name: '#158 Result with partial display' => '#158 Result with partial display in TeXmacs' - Name: '#158 Result with partial display' => '#158 Result with partial display in OldTeXmacs'
With Texmacs in Windows XP the result of:
(sqrt(x)+sqrt(y)+sqrt(z))**4
is only partialy displaied. In command mode all is OK.
In MathAction? it looks like this:
(sqrt(x)+sqrt(y)+sqrt(z))**4
There are no library operations named ** Use HyperDoc Browse or issue )what op ** to learn if there is any operation containing " ** " in its name.
Cannot find a definition or applicable library operation named ** with argument type(s) Expression(Integer) PositiveInteger
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need.
With WinTeXmacs? version 1.0.5 and Axiom for Windows 0.1.4 only the second line of the result is returned, beginning with (12 z + 4 y + 4 x).
)set output texmacs width 3.5
This command is one of several new commands in the new OldTeXmacs? interface in Axiom for Windows. In OldTeXmacs? the command:
)set output texmacs
displays:
--------------------------- The texmacs Option ----------------------------
Description: options for display of AXIOM output in OldTeXmacs
)set output texmacs is used to control the OldTeXmacs-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.500
Category: Axiom on Windows => Axiom User Interface
possibly related to #300
Name:#158 Result with partial display => #158 Result with partial display in OldTeXmacs