未翻訳
このページはまだ翻訳されていません。原文の内容が表示されています。
strong
ElementElement functions can be customized with set
and show
rules.
Element functions can be customized with
set
and show
rules.Strongly emphasizes content by increasing the font weight.
Increases the current font weight by a given delta
.
Example
This is *strong.* \
This is #strong[too.] \
#show strong: set text(red)
And this is *evermore.*

Syntax
This function also has dedicated syntax: To strongly emphasize content,
simply enclose it in stars/asterisks (*
). Note that this only works at
word boundaries. To strongly emphasize part of a word, you have to use the
function.
引数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.
delta
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.The delta to apply on the font weight.
デフォルト値: 300
例を表示
#set strong(delta: 0)
No *effect!*

body
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.
The content to strongly emphasize.