Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
Typesetting[UseSymbolForTypeset] - control use of operator symbols in typesetting
Calling Sequence
UseSymbolForTypeset(arg1, arg2, ...)
Parameters
argN
-
either of the form name = true/false or simply name representing a rule name
Description
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.
Examples
Query typeset symbol usage for logic operations
Change typeset symbol usage for logic operations and re-query
See Also
Typesetting, Typesetting[RuleAssistant]
Download Help Document