翻訳済み
このページは日本語に翻訳済みです。
accent
ElementElement functions can be customized with set
and show
rules.
Element functions can be customized with
set
and show
rules.対象の要素にアクセント記号を付ける。
例
$grave(a) = accent(a, `)$ \
$arrow(a) = accent(a, arrow)$ \
$tilde(a) = accent(a, \u{0303})$

引数Parameters 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
RequiredRequired parameters must be specified when calling the function.PositionalPositional parameters are specified in order, without names.
Required
Required parameters must be specified when calling the function.
Positional
Positional parameters are specified in order, without names.
アクセント記号が適用される対象の要素。 複数の文字から構成される場合もあります。
例を表示
$arrow(A B C)$

accent
対象の要素に適用するアクセント記号。
サポートされているアクセント記号には以下のものがあります。
アクセント記号 | 名称 | コードポイント |
---|---|---|
グレイブ | grave | ` |
アキュート | acute | ´ |
サーカムフレックス | hat | ^ |
チルダ | tilde | ~ |
マクロン | macron | ¯ |
ダッシュ | dash | ‾ |
ブレーヴェ | breve | ˘ |
ドット | dot | . |
2点ドット、 ダイエリシス | dot.double , diaer | ¨ |
3点ドット | dot.triple | ⃛ |
4点ドット | dot.quad | ⃜ |
丸 | circle | ∘ |
ダブルアキュート | acute.double | ˝ |
キャロン | caron | ˇ |
右向き矢印 | arrow , -> | → |
左向き矢印 | arrow.l , <- | ← |
左右矢印 | arrow.l.r | ↔ |
右向きハープーン | harpoon | ⇀ |
左向きハープーン | harpoon.lt | ↼ |
size
SettableSettable parameters can be customized for all following uses of the function with a set
rule.
Settable
Settable parameters can be customized for all following uses of the function with a
set
rule.対象の要素の幅に対するアクセント記号の相対的な大きさ。
デフォルト値: 100% + 0pt