aboutsummaryrefslogtreecommitdiff
path: root/src/interp/setvart.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-08-10 02:33:46 +0000
committerdos-reis <gdr@axiomatics.org>2011-08-10 02:33:46 +0000
commit0a0661e0c50e9c3e160d54b8e0a5b891d419e2bc (patch)
tree42ef806af61677a355623104e7ef3d35ecbbaedb /src/interp/setvart.boot
parentf1a4ca4eb786bfb440fd537d06a25264b0596369 (diff)
downloadopen-axiom-0a0661e0c50e9c3e160d54b8e0a5b891d419e2bc.tar.gz
* interp/setvart.boot: Remoe OpenMath description.
* interp/setvars.boot (setOutputOpenMath): Remove. (describeOutputOpenMath): Likewise. * algebra/Makefile.in (axiom_algebra_layer_14): Don't include OMSERVER. * algebra/float.spad.pamphlet (Float): Remove OpenMath exports. * algebra/fraction.spad.pamphlet (Fraction): Likewise. * algebra/gaussian.spad.pamphlet (Complex): Likewise. * algebra/integer.spad.pamphlet (Integer): Likewise. * algebra/list.spad.pamphlet (List): Likewise. * algebra/sf.spad.pamphlet (DoubleFloat): Likewise. * algebra/si.spad.pamphlet (SingleInteger): Likewise. * algebra/string.spad.pamphlet (String): Likewise. * algebra/symbol.spad.pamphlet (Symbol): Likewise.
Diffstat (limited to 'src/interp/setvart.boot')
-rw-r--r--src/interp/setvart.boot47
1 files changed, 0 insertions, 47 deletions
diff --git a/src/interp/setvart.boot b/src/interp/setvart.boot
index c19f8688..ab3fb77c 100644
--- a/src/interp/setvart.boot
+++ b/src/interp/setvart.boot
@@ -1341,53 +1341,6 @@ $setOptions := '(
(10 245)
77)
--- ----------------------- The openmath Option ------------------------
---
--- Description: create output in OpenMath style
---
--- )set output tex is used to tell AXIOM to turn OpenMath output
--- printing on and off, and where to place the output. By default,
--- the destination for the output is the screen but printing is
--- turned off.
---
--- Syntax: )set output tex <arg>
--- where arg can be one of
--- on turn OpenMath printing on
--- off turn OpenMath printing off (default state)
--- console send OpenMath output to screen (default state)
--- fp<.fe> send OpenMath output to file with file prefix fp
--- and file extension .fe. If not given,
--- .fe defaults to .sopen.
---
--- If you wish to send the output to a file, you must issue
--- this command twice: once with on and once with the file name.
--- For example, to send OpenMath output to the file polymer.sopen,
--- issue the two commands
---
--- )set output openmath on
--- )set output openmath polymer
---
--- The output is placed in the directory from which you invoked
--- AXIOM or the one you set with the )cd system command.
--- The current setting is: Off:CONSOLE
- (openmath
- "create output in OpenMath style"
- interpreter
- FUNCTION
- setOutputOpenMath
- (("create output in OpenMath format"
- LITERALS
- $openMathFormat
- (off on)
- off)
- (break $openMathFormat)
- ("where TeX output goes (enter {\em console} or a pathname)"
- FILENAME
- $openMathOutputFile
- chkOutputFileName
- "console"))
- NIL)
-
-- --------------------- The scripts Option ----------------------
--
-- Description: show subscripts,... linearly