c6cf78a033
Don't boldface code in output formats that can represent it as monospace. Define aliases for VI, VB, VBI as well.
44 lines
754 B
Groff
44 lines
754 B
Groff
$if(has-tables)$
|
|
'\" t
|
|
$endif$
|
|
$if(pandoc-version)$
|
|
.\" Automatically generated by Pandoc $pandoc-version$
|
|
.\"
|
|
$endif$
|
|
.\" Define V font for inline verbatim, using C font in formats
|
|
.\" that render this, and otherwise B font.
|
|
.ie "\f[CB]x\f[]"x" \{\
|
|
. ftr V B
|
|
. ftr VI BI
|
|
. ftr VB B
|
|
. ftr VBI BI
|
|
.\}
|
|
.el \{\
|
|
. ftr V CR
|
|
. ftr VI CI
|
|
. ftr VB CB
|
|
. ftr VBI CBI
|
|
.\}
|
|
$if(adjusting)$
|
|
.ad $adjusting$
|
|
$endif$
|
|
.TH "$title/nowrap$" "$section/nowrap$" "$date/nowrap$" "$footer/nowrap$" "$header/nowrap$"
|
|
$if(hyphenate)$
|
|
.hy
|
|
$else$
|
|
.nh
|
|
$endif$
|
|
$for(header-includes)$
|
|
$header-includes$
|
|
$endfor$
|
|
$for(include-before)$
|
|
$include-before$
|
|
$endfor$
|
|
$body$
|
|
$for(include-after)$
|
|
$include-after$
|
|
$endfor$
|
|
$if(author)$
|
|
.SH AUTHORS
|
|
$for(author)$$author$$sep$; $endfor$.
|
|
$endif$
|