.\" This file contines the troff commands to set the fonts.
.\" 
.\" Different implementations of troff have different fonts available.
.\"
.\" For groff we map (NR, NI, NB, CR, HR) to fp 1, 2, 3, 5, 6 (note, no 4)
.\" For other troffs (R, I, B, C, H) work well mapped to the same font
.\" positions.
.\"
.\" This will autodetect groff and set the fonts accordingly.
.\"
.if \n(.g=1 \{
.fp 1 NR
.fp 2 NI
.fp 3 NB
.fp 5 CR
.fp 6 HR
\}
.if !\n(.g=1 \{
.fp 1 R
.fp 2 I
.fp 3 B
.fp 5 C
.fp 6 H
\}
.\" End of font setup
