Mercurial > dottes
view makeTestBooke.sh @ 530:b163d8d3f4a7 build-default-223
Remove font-size directives.
The font sizing is not consistent in Chrome - i.e. reload the page and
the size can shrink - so go back to default sizes for now.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Sat, 12 Dec 2015 22:33:41 +0000 |
parents | 232a778181e3 |
children |
line wrap: on
line source
#!/bin/sh if [ $# != 1 ]; then echo "Usage: make.sh <book dir name>" exit 1 fi booke=$1 find $booke -name "*.abc" | sort | xargs abcm2ps -F dottes.fmt -O $booke.ps