Feature BoxΒΆ

Feature boxes are text boxes that present additional, tangential information to the text. Feature boxes are used to present examples, tips or background on a subject.

@featurebox{...}

A general feature box

examples
@featurebox{
   This is a feature box.

   It has 2 paragraphs
}
@examplebox{...}

A feature box for presenting examples

examples
@examplebox{
   @b{Problem:} This is an example box. How is it used?

   @b{Answer:} This is how.
}
@problembox{...}

A feature box for presenting problem questions

examples
@problembox{
   @b{Problem:} This is an example box. How is it used?
}