Skip to content

Commit

Permalink
Added template for man pages
Browse files Browse the repository at this point in the history
* Add: copied from pandoc's default template for man pages
* Add: section is "law"
* Add: language is German
  • Loading branch information
bheisig committed Mar 23, 2013
1 parent 0e56a8f commit be3af95
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tpl/tpl.man
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.mso den.tmac
$if(has-tables)$
.\"t
$endif$
.TH $title$ law "$date$" $description$
$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$

0 comments on commit be3af95

Please sign in to comment.