翻訳済み
このページは日本語に翻訳済みです。
emph
要素関数要素関数要素関数はset
ルールやshow
ルールでカスタマイズできます。
要素関数
要素関数は
set
ルールやshow
ルールでカスタマイズできます。Emphasizes content by toggling italics.
- If the current text style is
"normal"
, this turns it into"italic"
. - If it is already
"italic"
or"oblique"
, it turns it back to"normal"
.
Example
This is _emphasized._ \
This is #emph[too.]
#show emph: it => {
text(blue, it.body)
}
This is _emphasized_ differently.

Syntax
This function also has dedicated syntax: To emphasize content, simply
enclose it in underscores (_
). Note that this only works at word
boundaries. To emphasize part of a word, you have to use the function.
引数引数引数は関数への入力値です。関数名の後に括弧で囲んで指定します。
引数
引数は関数への入力値です。関数名の後に括弧で囲んで指定します。
body
The content to emphasize.