Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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