login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for SandBoxOutputPackage revision 2 of 4

1 2 3 4
Editor: Bill Page
Time: 2014/07/22 01:02:11 GMT+0
Note:

added:
\begin{axiom}
output(T1::TEX)$OutputPackage
output(C1::TEX)$OutputPackage
\end{axiom}


fricas
T1:=vconcat([1,2,3])$OutputForm

\label{eq1}\begin{array}{c}
1 
\
2 
\
3 
\
(1)
Type: OutputForm?
fricas
T1 pretend SExpression

\label{eq2}\left(\hbox{\axiomType{VCONCAT}\ } \  1 \  2 \  3 \right)(2)
Type: SExpression?
fricas
output(T1)$OutputPackage
1 2 3
Type: Void
fricas
C1:=center(T1)

\label{eq3}\mbox{\rm}{
\begin{array}{c}
1 
\
2 
\
3 
\
(3)
Type: OutputForm?
fricas
C1 pretend SExpression

\label{eq4}\left(\hbox{\axiomType{CONCAT}\ } \  \mbox{\rm}\ {\left(\hbox{\axiomType{VCONCAT}\ } \  1 \  2 \  3 \right)}\right)(4)
Type: SExpression?
fricas
output(C1)$OutputPackage
1 2 3
Type: Void

fricas
output(T1::TEX)$OutputPackage
["$$","\begin{array}{c}1\\2\\3\\\end{array}","$$"]
Type: Void
fricas
output(C1::TEX)$OutputPackage
["$$","\mbox{\rm } {\begin{array}{c}1\\2\\3\\\end{array}} ","$$"]
Type: Void

fricas
)sh OutputForm
OutputForm is a domain constructor Abbreviation for OutputForm is OUTFORM This constructor is not exposed in this frame. ------------------------------- Operations -------------------------------- ?*? : (%,%) -> % ?+? : (%,%) -> % -? : % -> % ?-? : (%,%) -> % ?/? : (%,%) -> % ?<? : (%,%) -> % ?<=? : (%,%) -> % ?=? : (%,%) -> % ?=? : (%,%) -> Boolean ?>? : (%,%) -> % ?>=? : (%,%) -> % ?SEGMENT : % -> % ?..? : (%,%) -> % ?^? : (%,%) -> % ?and? : (%,%) -> % assign : (%,%) -> % binomial : (%,%) -> % blankSeparate : List(%) -> % box : % -> % brace : List(%) -> % brace : % -> % bracket : List(%) -> % bracket : % -> % center : % -> % center : (%,Integer) -> % coerce : % -> OutputForm commaSeparate : List(%) -> % dot : % -> % ?.? : (%,List(%)) -> % empty : () -> % exquo : (%,%) -> % hash : % -> SingleInteger hconcat : List(%) -> % hconcat : (%,%) -> % hspace : Integer -> % infix : (%,%,%) -> % infix : (%,List(%)) -> % infix? : % -> Boolean int : (%,%,%) -> % int : (%,%) -> % int : % -> % label : (%,%) -> % latex : % -> String left : % -> % left : (%,Integer) -> % matrix : List(List(%)) -> % message : String -> % messagePrint : String -> Void not? : % -> % ?or? : (%,%) -> % outputForm : String -> % outputForm : Symbol -> % outputForm : Integer -> % over : (%,%) -> % overbar : % -> % overlabel : (%,%) -> % paren : List(%) -> % paren : % -> % pile : List(%) -> % postfix : (%,%) -> % prefix : (%,List(%)) -> % presub : (%,%) -> % presuper : (%,%) -> % prime : % -> % print : % -> Void prod : (%,%,%) -> % prod : (%,%) -> % prod : % -> % ?quo? : (%,%) -> % quote : % -> % rarrow : (%,%) -> % ?rem? : (%,%) -> % right : % -> % right : (%,Integer) -> % root : (%,%) -> % root : % -> % rspace : (Integer,Integer) -> % scripts : (%,List(%)) -> % semicolonSeparate : List(%) -> % slash : (%,%) -> % string : % -> % sub : (%,%) -> % sum : (%,%,%) -> % sum : (%,%) -> % sum : % -> % super : (%,%) -> % supersub : (%,List(%)) -> % tensor : (%,%) -> % vconcat : List(%) -> % vconcat : (%,%) -> % vspace : Integer -> % zag : (%,%) -> % ?~=? : (%,%) -> % ?~=? : (%,%) -> Boolean differentiate : (%,NonNegativeInteger) -> % dot : (%,NonNegativeInteger) -> % hashUpdate! : (HashState,%) -> HashState prime : (%,NonNegativeInteger) -> %
fricas
)sh OutputPackage
OutputPackage is a package constructor Abbreviation for OutputPackage is OUT This constructor is exposed in this frame. ------------------------------- Operations -------------------------------- output : String -> Void output : OutputForm -> Void outputList : List(Any) -> Void output : (String,OutputForm) -> Void