diff options
author | Thomas Hodgson <twsh@users.noreply.github.com> | 2015-12-15 14:12:54 +0000 |
---|---|---|
committer | Thomas Hodgson <hello@twshodgson.net> | 2015-12-15 14:16:37 +0000 |
commit | 528cb518ef5dea26238e81a44492d657305c1dc9 (patch) | |
tree | 934f4b1fc10320a1b936900c6a11bc40d1bd4ceb /default.latex | |
parent | 617e2af70c7d429a44d3b116d49d4b05840059e9 (diff) | |
download | pandoc-528cb518ef5dea26238e81a44492d657305c1dc9.tar.gz |
Added option for thanks
Diffstat (limited to 'default.latex')
-rw-r--r-- | default.latex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.latex b/default.latex index 51e8fde7b..047e0d200 100644 --- a/default.latex +++ b/default.latex @@ -185,7 +185,7 @@ $header-includes$ $endfor$ $if(title)$ -\title{$title$} +\title{$title$$if(thanks)$\thanks{$thanks$}$endif$} $endif$ $if(subtitle)$ \providecommand{\subtitle}[1]{} |