From dd96213c055d72b65e0c70552d9b4e3a824ba3ee Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 27 Jun 2013 19:32:28 -0700 Subject: Man writer: give more fine-grained control in template. Now the `title`, `section`, `header`, and `footer` can all be set individually in metadata. The `description` variable has been removed. Quotes have been added so that spaces are allowed in the title. If you have a title that begins COMMAND(1) footer here | header here pandoc will parse it as before into a title, section, header, and footer. But you can also specify these elements explicitly. Closes #885. --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') diff --git a/README b/README index 827d1559e..4db74fdd1 100644 --- a/README +++ b/README @@ -793,6 +793,12 @@ depending on the output format, but include: : color for citation links in LaTeX documents `links-as-notes` : causes links to be printed as footnotes in LaTeX documents +`section` +: section number in man pages +`header` +: header in man pages +`footer` +: footer in man pages Variables may be set at the command line using the `-V/--variable` option. This allows users to include custom variables in their -- cgit v1.2.3