|
|
|
last edited 10 years ago by test1 |
| 1 2 3 4 5 | ||
|
Editor: kratt6
Time: 2008/01/04 04:41:16 GMT-8 |
||
| Note: | ||
added:
From kratt6 Fri Jan 4 04:41:16 -0800 2008
From: kratt6
Date: Fri, 04 Jan 2008 04:41:16 -0800
Subject:
Message-ID: <20080104044116-0800@axiom-wiki.newsynthesis.org>
Name: '#158 Result with partial display' => '#158 Result with partial display in TeXmacs'
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 TeXmacs? 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 TeXmacs