Typesetting
UseSymbolForTypeset
control use of operator symbols in typesetting
Calling Sequence
Parameters
Description
Examples
UseSymbolForTypeset(arg1, arg2, ...)
argN
-
either of the form name = true/false or simply name representing a rule name
The UseSymbolForTypeset command allows for query and adjustment of one or more operator display rules in the Typesetting package.
The return value is similar to that of interface, namely the value(s) of the parameter(s) being queried or set. In the case that the parameter(s) are being set, the value before the setting is applied is the one that is returned.
The following table lists all rules, their standard display, their symbol display, and whether they are enabled by default.
Rule ID
Standard
Symbol (MathML)
Default
-------
--------
--------------
------
"Assignment"
:=
"≔"
true
"Type"
::
"∷"
"Plus/Minus"
&+-
"±"
TRUE
"Minus/Plus"
&-+
"∓"
"Inline Procedure"
->
"↦"
"Concatenation"
||
"‖"
"Range"
..
"…"
false
"Function Composition"
@
"∘"
"Less Equal"
<=
"≤"
"Greater Equal"
>=
"≥"
"Not Equal"
<>
"≠"
"Logical Not"
not
"¬"
"Logical Not And"
nand
"↑"
"Logical And"
and
"∧"
"Logical Not Or"
nor
"↓"
"Logical Or"
or
"∨"
"Logical Exclusive Or"
xor
"⊻"
"Logical Implies"
implies
"⇒"
"Logical Iff"
iff
"⇔"
"Set Intersect"
intersect
"∩"
"Set Union"
union
"∪"
"Set Minus"
minus
"\"
"Set In"
in
"∈"
"Subset"
subset
"⊆"
"Angle Braces"
<,>
"⟨","⟩"
Note that the rules with a default of TRUE are enabled by default and cannot be disabled.
As an example, setting the "Logical And" rule to true will cause logic operations containing and to display with the logical and symbol ^.
Note that all settings available via this command can be queried/changed via the interactive Typesetting Assistant. Options can be queried or changed in the Operators area of the interactive Typesetting Assistant.
with⁡Typesetting:
Query typeset symbol usage for logic operations
UseSymbolForTypeset⁡Logical Not,Logical And,Logical Or,Logical Exclusive Or,Logical Implies
false,false,false,false,true
Change typeset symbol usage for logic operations and re-query
UseSymbolForTypeset⁡Logical Not=true,Logical And=true,Logical Or=true,Logical Exclusive Or=true
false,false,false,false
true,true,true,true,true
Typeset⁡aandb
a∧b
UseSymbolForTypeset⁡Logical And=false
aandb
See Also
Typesetting[RuleAssistant]
Download Help Document