1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
<!--
MathML Entitites PROVISIONAL
David Carlisle
Copyright 1998 Nag Ltd, The OpenMath Consortium. Esprit Project 24.969.
-->
<!-- Section 6.2.1 -->
<!ENTITY tab "	"><!-- tabulator stop -->
<!ENTITY NewLine "[NewLine]"><!-- force a line break -->
<!ENTITY IndentingNewLine "[IndentingNewLine]"><!--
force a line break and indent appropriately on next line -->
<!ENTITY NoBreak "[NoBreak]"><!--
never break line here -->
<!ENTITY GoodBreak "[GoodBreak]"><!--
if a linebreak is needed, here is a good spot -->
<!ENTITY BadBreak "[BadBreak]"><!--
if a linebreak is needed, try to avoid breaking here -->
<!ENTITY Space " "><!-- Space -->
<!ENTITY NonBreakingSpace "[NonBreakingSpace]"><!--
space that is not a legal breakpoint -->
<!ENTITY ZeroWidthSpace "[ZeroWidthSpace]"><!--
space of no width at all -->
<!ENTITY VeryThinSpace "[VeryThinSpace]"><!--
space of width 1/18 em -->
<!ENTITY ThinSpace "[ThinSpace]"><!--
space of width 3/18 em -->
<!ENTITY MediumSpace "[MediumSpace]"><!--
space of width 4/18 em -->
<!ENTITY ThickSpace "[ThickSpace]"><!--
space of width 5/18 em -->
<!ENTITY NegativeVeryThinSpace "[NegativeVeryThinSpace]"><!--
space of width -1/18 em -->
<!ENTITY NegativeThinSpace "[NegativeThinSpace]"><!--
space of width -3/18 em -->
<!ENTITY NegativeMediumSpace "[NegativeMediumSpace]"><!--
space of width -4/18 em -->
<!ENTITY NegativeThickSpace "[NegativeThickSpace]"><!--
space of width -5/18 em -->
<!ENTITY InvisibleComma ""><!--
used as a separator, e.g., in indices (Section 3.2.4) -->
<!ENTITY ic "" ><!--
short form of ⁣ -->
<!ENTITY InvisibleTimes ""><!--
marks multiplication when it is understood without a mark (Section 3.2.4 -->
<!ENTITY it ""><!--
short form of ⁢ -->
<!ENTITY ApplyFunction "" ><!--
character showing function application in presentation tagging (Section 3.2.4) -->
<!ENTITY af "" ><!--
short form of ⁡ -->
<!-- Section 6.2.3 -->
<!ENTITY CapitalDifferentialD "D"><!--
D for use in differentials, e.g., within integrals -->
<!ENTITY DD "D" ><!--
short form of ⅅ -->
<!ENTITY DifferentialD "d"><!--
d for use in differentials, e.g., within integral -->
<!ENTITY dd "d" ><!--
short form of ⅆ -->
<!ENTITY ExponentialE "e"><!--
e for use for the exponential base of the natural logarithms -->
<!ENTITY ee "e" ><!--
short form of ⅇ -->
<!ENTITY false "F" ><!--
logical constant false -->
<!ENTITY ImaginaryI "i"><!--
i for use as a square root of -1 -->
<!ENTITY ii "i" ><!--
short form of ⅈ -->
<!ENTITY NotANumber "NaN"><!--
used in 4.3.2.9 -->
<!ENTITY true "T" ><!--
logical constant true -->
|