Mercurial > dottes
diff makeBooke.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 | 19ba410d891f |
children | 15ce1ecb5ba3 |
line wrap: on
line diff
--- a/makeBooke.sh Fri Mar 16 10:40:16 2012 +0000 +++ b/makeBooke.sh Wed Apr 04 11:52:29 2012 +0100 @@ -66,9 +66,9 @@ cp $outputa4 $builddir cd $builddir -pdflatex $output -pdflatex $output -pdflatex $outputa4 +xelatex $output +xelatex $output +xelatex $outputa4 mv $outputpdf $dir/$1.pdf mv $outputa4pdf $dir/${1}-booklet.pdf