33 lines
1.2 KiB
YAML
33 lines
1.2 KiB
YAML
---
|
||
- include: "../../definitions.yaml"
|
||
|
||
- AddSpacing: {
|
||
"=", "<", ">",
|
||
"≠", "≤", "≥",
|
||
"≅", "≈", "≡",
|
||
"→", "↠", "↣", "↦", "⇒", "⇔",
|
||
}
|
||
|
||
- FunctionNames: {
|
||
"lambda", "Lambda", "and", "or", "if",
|
||
"lim", "Lim",
|
||
"sin", "cos", "tan", "arcsin", "arccos", "arctan", "sinh", "cosh", "tanh", "cot", "coth", "sech", "csch", "sec", "csc",
|
||
"log", "lg", "ln", "abs", "norm", "floor", "ceil",
|
||
"Sin", "Cos", "Tan", "Arcsin", "Arccos", "Arctan", "Sinh", "Cosh", "Tanh", "Cot", "Sec", "Csc",
|
||
"Log", "Ln", "det", "exp", "dim", "mod", "gcd", "lcm", "lub", "glb", "min", "max",
|
||
}
|
||
|
||
- MovableLimitsLargeOps: {
|
||
"⨜", "⨛", "⨚", "⨙", "⨘", "⨗", "⨖", "⨕", "⨔", "⨓", "⨒", "⨑", "⨐", "⨏", "⨎", "⨍",
|
||
"⨌", "∳", "∲", "∱", "∰", "∯", "∮", "∭", "∬", "∫",
|
||
"⨋", "∐", "∏", "⫿", "⫼", "⨉", "⨈", "⨇", "⨆", "⨅",
|
||
"⨂", "⨀", "⋂", "⋁", "⋀", "⨄", "⨃", "⋃", "⨁", "⨞", "⨝", "⨊", "∑",
|
||
}
|
||
|
||
- Accents: {
|
||
"¯": "bar", "→": "vec", ".": "dot", "·": "dot", "˙": "dot", "..": "ddot", "~": "tilde", "^": "hat", "⏞": "obrace",
|
||
}
|
||
|
||
- UnderAccents: {
|
||
"¯": "ul", "⏟": "ubrace",
|
||
} |