summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-03-24 17:55:01 +0100
committerJonas Smedegaard <dr@jones.dk>2015-03-24 17:55:01 +0100
commit39ae80a270ab0789e8c00269ffe915fe9037687e (patch)
treeaaba5ab6cc02b828363899303ad8f555d8ee3cfc
parent900b8c5232d527d42f04b5bfa29e421c9d919b5d (diff)
Fix stray curly brackets related to ISBN.
-rw-r--r--copyright.md2
-rw-r--r--template.tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/copyright.md b/copyright.md
index a83ed77..49904e9 100644
--- a/copyright.md
+++ b/copyright.md
@@ -32,4 +32,4 @@ Source available at <https://github.com/cyrealtype/Lora>.
First edition published \formatdate{11}{12}{2014}
Second edition published \formatdate{25}{3}{2015}
-{\raggedleft\vfill\itshape\Longstack[l]{\EANisbn}\par}
+\raggedleft\vfill\itshape\Longstack[l]{\EANisbn}\par
diff --git a/template.tex b/template.tex
index ff68b0b..1e27603 100644
--- a/template.tex
+++ b/template.tex
@@ -161,7 +161,7 @@ $endif$
$if(isbn)$
\usepackage[ISBN=$isbn$,SC0]{ean13isbn}
$else$
- \newcommand{\EANisbn}{}
+ \newcommand{\EANisbn}
$endif$
$for(header-includes)$