comparison makeGraphics.sh @ 118:8f3b50ede59c

Switch to XeTeX to render. Opens up random OpenType fonts and UTF-8. Also switch to Times New Roman for the main text. The music is set with Postscript Times, so this is the easy approach to better typographic consistency.
author Jim Hague <jim.hague@acm.org>
date Wed, 04 Apr 2012 11:52:29 +0100
parents e666306c5ab1
children 295ba8275ab4
comparison
equal deleted inserted replaced
117:9ccdb7c3ec45 118:8f3b50ede59c
24 24
25 # Make the tune graphic. 25 # Make the tune graphic.
26 abcm2ps -j0 +c -n -E -O $graphicsdir/$name.eps $filename 26 abcm2ps -j0 +c -n -E -O $graphicsdir/$name.eps $filename
27 # Make $name.eps so we can build with LaTeX. 27 # Make $name.eps so we can build with LaTeX.
28 mv $graphicsdir/${name}001.eps $graphicsdir/${name}.eps 28 mv $graphicsdir/${name}001.eps $graphicsdir/${name}.eps
29 # And make the corresponding PDF for pdflatex. 29 # And make the corresponding PDF.
30 epstopdf --outfile=$graphicsdir/$name.pdf $graphicsdir/${name}.eps 30 epstopdf --outfile=$graphicsdir/$name.pdf $graphicsdir/${name}.eps
31 31
32 # and make the first line graphic. 32 # and make the first line graphic.
33 $dir/abcfirstline.py $filename > firstline.abc 33 $dir/abcfirstline.py $filename > firstline.abc
34 abcm2ps +c -M +Q -E -O $graphicsdir/firstline-$name.eps firstline.abc 34 abcm2ps +c -M +Q -E -O $graphicsdir/firstline-$name.eps firstline.abc