diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/default.man | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/data/templates/default.man b/data/templates/default.man index c752757e7..4365dede4 100644 --- a/data/templates/default.man +++ b/data/templates/default.man @@ -5,13 +5,19 @@ $if(pandoc-version)$ .\" Automatically generated by Pandoc $pandoc-version$ .\" $endif$ -.\" Define V font for inline verbatim, using CB font in formats +.\" 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 CB +. ftr V CR +. ftr VI CI +. ftr VB CB +. ftr VBI CBI .\} $if(adjusting)$ .ad $adjusting$ |
