diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-08-16 10:10:20 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-08-16 10:10:20 -0700 |
commit | c324cfeaca81a8c07528d3a7df83592a4e5619c1 (patch) | |
tree | f2be59478e5a03f135ee28c6eca1ce97b52c63df | |
parent | a4cd2e3d7abafa1dcd07483a980f155a00ae491d (diff) |
Added version to coverpage in PDF version of spec.
-rw-r--r-- | tools/template.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/template.tex b/tools/template.tex index 64893c2..13d38a3 100644 --- a/tools/template.tex +++ b/tools/template.tex @@ -149,7 +149,8 @@ $endif$ \rfoot{\thepage} $if(title)$ -\title{$title$$if(subtitle)$\\\vspace{0.5em}{\large $subtitle$}$endif$} +\title{$title$\\ +Version $version$} $endif$ $if(author)$ \author{$for(author)$$author$$sep$ \and $endfor$} |