Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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