out.spad line 53 [edit on github]
SpecialOutputPackage allows FORTRAN, Tex and MathML Formatter output from programs.
outputAsFortran(l)
sends (for each expression in the list l
) output in FORTRAN format to the destination defined by )set output fortran.
outputAsFortran(o)
sends output o
in FORTRAN format.
outputAsFortran(v, o)
sends output v
= o
in FORTRAN format to the destination defined by )set output fortran.
outputAsMathML(l)
sends (for each expression in the list l
) output in MathML format to the destination as defined by )set output mathml.
outputAsMathML(o)
sends output o
in MathML format to the destination as defined by )set output mathml.
outputAsTex(l)
sends (for each expression in the list l
) output in Tex format to the destination as defined by )set output tex.
outputAsTex(o)
sends output o
in Tex format to the destination defined by )set output tex.