c40727bfbb
The V font is defined conditionally, so that it renders
like CB in output formats that support that, and like B
in those that don't (e.g. the terminal).
We could just redefine C, but this would affect code
blocks, too, and putting them all in boldface looks ugly,
I think.
Possible drawback: fragments created by pandoc's man
writer will presuppose a nonstandard V font.
Closes #7506.
Supersedes 253467a549
.
38 lines
681 B
Groff
38 lines
681 B
Groff
$if(has-tables)$
|
|
'\" t
|
|
$endif$
|
|
$if(pandoc-version)$
|
|
.\" Automatically generated by Pandoc $pandoc-version$
|
|
.\"
|
|
$endif$
|
|
.\" Define V font for inline verbatim, using CB font in formats
|
|
.\" that render this, and otherwise B font.
|
|
.ie "\f[CB]x\f[]"x" \{\
|
|
. ftr V B
|
|
.\}
|
|
.el \{\
|
|
. ftr V CB
|
|
.\}
|
|
$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$
|