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.
This commit is contained in:
Jim Hague 2012-04-04 11:52:29 +01:00
parent a847be9a90
commit 743543501c
3 changed files with 10 additions and 6 deletions

View File

@ -1,7 +1,6 @@
\documentclass[a5paper,landscape,11pt]{article} \documentclass[a5paper,landscape,11pt]{article}
\usepackage{fontspec}
\usepackage{graphicx} \usepackage{graphicx}
\usepackage{helvet}
\usepackage{newcent}
\usepackage{fancyhdr} \usepackage{fancyhdr}
\usepackage{longtable} \usepackage{longtable}
@ -19,6 +18,11 @@
\def \build {\input{buildno.txt}} \def \build {\input{buildno.txt}}
% ----- Appearance
%\setmainfont{Century Schoolbook L}
\setmainfont{Times New Roman}
% ----- Page setup % ----- Page setup
\setlength{\parindent}{0pt} \setlength{\parindent}{0pt}

View File

@ -66,9 +66,9 @@ cat dottes.tex.footer >> $builddir/$output
cp $outputa4 $builddir cp $outputa4 $builddir
cd $builddir cd $builddir
pdflatex $output xelatex $output
pdflatex $output xelatex $output
pdflatex $outputa4 xelatex $outputa4
mv $outputpdf $dir/$1.pdf mv $outputpdf $dir/$1.pdf
mv $outputa4pdf $dir/${1}-booklet.pdf mv $outputa4pdf $dir/${1}-booklet.pdf

View File

@ -26,7 +26,7 @@ find $booke -name "*.abc" | sort |
abcm2ps -j0 +c -n -E -O $graphicsdir/$name.eps $filename abcm2ps -j0 +c -n -E -O $graphicsdir/$name.eps $filename
# Make $name.eps so we can build with LaTeX. # Make $name.eps so we can build with LaTeX.
mv $graphicsdir/${name}001.eps $graphicsdir/${name}.eps mv $graphicsdir/${name}001.eps $graphicsdir/${name}.eps
# And make the corresponding PDF for pdflatex. # And make the corresponding PDF.
epstopdf --outfile=$graphicsdir/$name.pdf $graphicsdir/${name}.eps epstopdf --outfile=$graphicsdir/$name.pdf $graphicsdir/${name}.eps
# and make the first line graphic. # and make the first line graphic.