summaryrefslogtreecommitdiffstats
path: root/default.man
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-27 09:29:34 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-27 09:29:34 -0800
commitac3dc50580d7185d18dd4916782904fd733b3bfd (patch)
tree23ec8e7c0c0806fde9a07a1b1d271b814343daf8 /default.man
parente7d5d8957c77e125b8a1c7eb51356542633d0796 (diff)
downloadpandoc-templates-ac3dc50580d7185d18dd4916782904fd733b3bfd.tar.gz
pandoc-templates-ac3dc50580d7185d18dd4916782904fd733b3bfd.zip
Initial commit, 2.0.5
Diffstat (limited to 'default.man')
-rw-r--r--default.man30
1 files changed, 30 insertions, 0 deletions
diff --git a/default.man b/default.man
new file mode 100644
index 0000000..44b5919
--- /dev/null
+++ b/default.man
@@ -0,0 +1,30 @@
1$if(has-tables)$
2.\"t
3$endif$
4$if(pandoc-version)$
5.\" Automatically generated by Pandoc $pandoc-version$
6.\"
7$endif$
8$if(adjusting)$
9.ad $adjusting$
10$endif$
11.TH "$title$" "$section$" "$date$" "$footer$" "$header$"
12$if(hyphenate)$
13.hy
14$else$
15.nh \" Turn off hyphenation by default.
16$endif$
17$for(header-includes)$
18$header-includes$
19$endfor$
20$for(include-before)$
21$include-before$
22$endfor$
23$body$
24$for(include-after)$
25$include-after$
26$endfor$
27$if(author)$
28.SH AUTHORS
29$for(author)$$author$$sep$; $endfor$.
30$endif$