diff options
Diffstat (limited to 'data/templates/default.man')
| -rw-r--r-- | data/templates/default.man | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/templates/default.man b/data/templates/default.man index 58e078914..c752757e7 100644 --- a/data/templates/default.man +++ b/data/templates/default.man @@ -5,6 +5,14 @@ $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$ |
