Next: , Up: Emphasis


9.2.1 @emph{text}と@strong{text}

@emph@strongコマンドは,強調のためのものです. @strongがより強調します.印刷物で,@emphitalics を生成し,@strongboldを生成します.

例えば,以下のようにします.

     @quotation
     @strong{Caution:} @samp{rm * .[^.]*} removes @emph{all}
     files in the directory.
     @end quotation
         *Caution*: `rm * .[^.]*' removes _all_
         files in the directory.

@strongコマンドは,前の例での単語`Caution'のような,効果が印刷要 素となるマーク以外では,滅多に使用されません.

Info出力では,@emphはアンダースコア(‘_’)でテキストを囲み, @strongはテキストの周りにアスタリスクを書きます.

注意:@strongを単語‘Note’で使用しないでください. Infoは相互参照との組み合わせと勘違いします.代わりに,Please noteCautionのような句を使用してください.