5.5. Fonts

The following commands change font. Note that begin/end pairs must be balanced, and nesting may or may not be supported, depending on the weaver.
  @begin_emphasize()
  @end_emphasize()

  @begin_strong()
  @end_strong()

  @begin_code()
  @end_code()

  @begin_small()
  @end_small()

  @begin_big()
  @end_big()

  @begin_italic()
  @end_italic()

  @begin_bold()
  @end_bold()