:fig. (Figure)

Purpose

Identifies a figure.

Syntax

┌───────────────┬───────────────┬───────────────┬───────────────┐
│Tag            │Element        │Attributes     │End            │
├───────────────┼───────────────┼───────────────┼───────────────┤
│:fig.          │Any text       │               │:efig.         │
└───────────────┴───────────────┴───────────────┴───────────────┘

Attributes

None

Description

:fig. indicates that what follows is to be formatted exactly as it is entered. Text that exceeds the window area will be clipped.

The figure is displayed in proportional font, with a blank line preceding the text. Because proportional font is used, words will align, but letters and numbers may not.

Conditions

None

Example

: fig .
  Area     Number    Classification           Code
────────── ────────── ────────── ────────── ───
  JOB1

           2        Full - time   exempt          1A
           4        Part - time   exempt          1B
           4        Full - time   nonexempt       2A
           1        Part - time   nonexempt       2B
           2        Supplemental               3A

────────── ────────── ────────── ────────── ───
: efig .

Output

 Area   Number  Classification         Code
───────────────────────────────────────────
 JOB1

          2      Full-time exempt        1A
          4      Part-time exempt        1B
          4      Full-time nonexempt     2A
          1      Part-time nonexempt     2B
          2      Supplemental            3A

───────────────────────────────────────────


[Back: :docprof. (Document Profile)]
[Next: :figcap. (Figure Caption)]