|
|
|
last edited 10 years ago by test1 |
| 1 2 3 4 5 | ||
|
Editor: test1
Time: 2015/05/11 14:05:30 GMT+0 |
||
| Note: | ||
changed: - (sqrt(x)+sqrt(y)+sqrt(z))**4 (sqrt(x)+sqrt(y)+sqrt(z))^4 changed: - (sqrt(x)+sqrt(y)+sqrt(z))**4 (sqrt(x)+sqrt(y)+sqrt(z))^4 changed: -Subject: work-a-round for OldTeXmacs Subject: work-a-round for TeXmacs changed: -This seems to be a problem in the OldTeXmacs conversion of This seems to be a problem in the TeXmacs conversion of changed: -new OldTeXmacs interface in Axiom for Windows. In OldTeXmacs new OldTeXmacs interface in Axiom for Windows. In TeXmacs changed: - Description: options for display of AXIOM output in OldTeXmacs - - )set output texmacs is used to control the OldTeXmacs-AXIOM interface Description: options for display of AXIOM output in TeXmacs )set output texmacs is used to control the TeXmacs-AXIOM interface
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
![]() | (1) |
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 TeXmacs? the command:
)set output texmacs
displays:
--------------------------- 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.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