aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-08-16 10:10:20 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-08-16 10:10:20 -0700
commitc324cfeaca81a8c07528d3a7df83592a4e5619c1 (patch)
treef2be59478e5a03f135ee28c6eca1ce97b52c63df /tools
parenta4cd2e3d7abafa1dcd07483a980f155a00ae491d (diff)
Added version to coverpage in PDF version of spec.
Diffstat (limited to 'tools')
-rw-r--r--tools/template.tex3
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$}