2017-02-20 20:52:00 +01:00
|
|
|
$if(has-tables)$
|
2020-11-03 21:54:02 +01:00
|
|
|
'\" t
|
2017-02-20 20:52:00 +01:00
|
|
|
$endif$
|
|
|
|
$if(pandoc-version)$
|
|
|
|
.\" Automatically generated by Pandoc $pandoc-version$
|
|
|
|
.\"
|
|
|
|
$endif$
|
|
|
|
$if(adjusting)$
|
|
|
|
.ad $adjusting$
|
|
|
|
$endif$
|
2019-11-24 18:55:04 +01:00
|
|
|
.TH "$title/nowrap$" "$section/nowrap$" "$date/nowrap$" "$footer/nowrap$" "$header/nowrap$"
|
2017-02-20 20:52:00 +01:00
|
|
|
$if(hyphenate)$
|
|
|
|
.hy
|
|
|
|
$else$
|
2019-07-04 19:26:24 +02:00
|
|
|
.nh
|
2017-02-20 20:52:00 +01:00
|
|
|
$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$
|