diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-20 14:17:16 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-20 14:17:16 +0200 |
commit | 539cc38be44221ba526ee3a1e07ea44ec98c72da (patch) | |
tree | 3044b62936b800154ca57348be243d94cd40ed64 /docs/resources | |
parent | 8f9934b438a145d9d84beec0153c431996697507 (diff) |
Fix cover when generating pdf
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/resources')
-rwxr-xr-x | docs/resources/make_cover.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/resources/make_cover.sh b/docs/resources/make_cover.sh index 1026ecb..5951bfe 100755 --- a/docs/resources/make_cover.sh +++ b/docs/resources/make_cover.sh @@ -15,7 +15,7 @@ DATE=$(grep '"published":' $BOOKFILE | cut -d'"' -f 4) cat $(dirname $0)/cover.svg | sed -e "s/{title}/$TITLE/g" \ -e "s/font-size:87.5px/font-size:54px/g" \ -e "s/{subtitle}/$SUBTITLE/g" \ - -e "s/font-size:62.5px/font-size:40px/g" \ + -e "s/font-size:62.5px/font-size:54px/g" \ -e "s/{version}/$VERSION/g" \ -e "s/{date}/$DATE/g" \ > /tmp/cover.svg |