summaryrefslogtreecommitdiff
path: root/template.tex
diff options
context:
space:
mode:
Diffstat (limited to 'template.tex')
-rw-r--r--template.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/template.tex b/template.tex
index 0fc3878..a2ad852 100644
--- a/template.tex
+++ b/template.tex
@@ -157,6 +157,12 @@ $else$
$endif$
$endif$
+$if(isbn)$
+ \newcommand{\isbn}{ISBN $isbn$}
+$else$
+ \newcommand{\isbn}{}
+$endif$
+
$for(header-includes)$
$header-includes$
$endfor$