翻訳済み
このページは日本語に翻訳済みです。
accent
要素関数要素関数要素関数はset
ルールやshow
ルールでカスタマイズできます。
要素関数
要素関数は
set
ルールやshow
ルールでカスタマイズできます。Attaches an accent to a base.
Example
$grave(a) = accent(a, `)$ \
$arrow(a) = accent(a, arrow)$ \
$tilde(a) = accent(a, \u{0303})$

引数引数引数は関数への入力値です。関数名の後に括弧で囲んで指定します。
引数
引数は関数への入力値です。関数名の後に括弧で囲んで指定します。
base
The base to which the accent is applied. May consist of multiple letters.
例を表示
$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 | ¯ |
Dash | dash | ‾ |
Breve | breve | ˘ |
Dot | dot | . |
Double dot, Diaeresis | dot.double , diaer | ¨ |
Triple dot | dot.triple | ⃛ |
Quadruple dot | dot.quad | ⃜ |
Circle | circle | ∘ |
Double acute | acute.double | ˝ |
Caron | caron | ˇ |
Right arrow | arrow , -> | → |
Left arrow | arrow.l , <- | ← |
Left/Right arrow | arrow.l.r | ↔ |
Right harpoon | harpoon | ⇀ |
Left harpoon | harpoon.lt | ↼ |
size
設定可能引数設定可能引数設定可能引数は、set
ルールを用いて設定でき、それ以降で使用するデフォルト値を変更できます。
設定可能引数
設定可能引数
設定可能引数は、
set
ルールを用いて設定でき、それ以降で使用するデフォルト値を変更できます。The size of the accent, relative to the width of the base.
デフォルト値: 100% + 0pt
例を表示
$dash(A, size: #150%)$

dotless
設定可能引数設定可能引数設定可能引数は、set
ルールを用いて設定でき、それ以降で使用するデフォルト値を変更できます。
設定可能引数
設定可能引数
設定可能引数は、
set
ルールを用いて設定でき、それ以降で使用するデフォルト値を変更できます。Whether to remove the dot on top of lowercase i and j when adding a top accent.
This enables the dtls
OpenType feature.
デフォルト値: true
例を表示
$hat(dotless: #false, i)$
