accent
ElementElement functions can be customized with set
and show
rules.
Element functions can be customized with
set
and show
rules.Attaches an accent to a base.
Example
$grave(a) = accent(a, `)$ \
$arrow(a) = accent(a, arrow)$ \
$tilde(a) = accent(a, \u{0303})$

ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.
base
The base to which the accent is applied. May consist of multiple letters.
View example
$arrow(A B C)$

accent
The accent to apply to the base.
Supported accents include:
Accent | Name | Codepoint |
---|---|---|
Grave | grave | ` |
Acute | acute | ´ |
Circumflex | hat | ^ |
Tilde | tilde | ~ |
Macron | macron | ¯ |
Breve | breve | ˘ |
Dot | dot | . |
Double dot | dot.double | ¨ |
Triple dot | dot.triple | ⃛ |
Quadruple dot | dot.quad | ⃜ |
Diaeresis | diaer | ¨ |
Circle | circle | ∘ |
Double acute | acute.double | ˝ |
Caron | caron | ˇ |
Right arrow | arrow , -> | → |
Left arrow | arrow.l , <- | ← |