forked from CryHavoc/dottes
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:
parent
a847be9a90
commit
743543501c
|
@ -1,7 +1,6 @@
|
|||
\documentclass[a5paper,landscape,11pt]{article}
|
||||
\usepackage{fontspec}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{helvet}
|
||||
\usepackage{newcent}
|
||||
\usepackage{fancyhdr}
|
||||
\usepackage{longtable}
|
||||
|
||||
|
@ -19,6 +18,11 @@
|
|||
|
||||
\def \build {\input{buildno.txt}}
|
||||
|
||||
% ----- Appearance
|
||||
|
||||
%\setmainfont{Century Schoolbook L}
|
||||
\setmainfont{Times New Roman}
|
||||
|
||||
% ----- Page setup
|
||||
|
||||
\setlength{\parindent}{0pt}
|
||||
|
|
|
@ -66,9 +66,9 @@ cat dottes.tex.footer >> $builddir/$output
|
|||
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
|
||||
|
|
|
@ -26,7 +26,7 @@ find $booke -name "*.abc" | sort |
|
|||
abcm2ps -j0 +c -n -E -O $graphicsdir/$name.eps $filename
|
||||
# Make $name.eps so we can build with LaTeX.
|
||||
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
|
||||
|
||||
# and make the first line graphic.
|
||||
|
|
Loading…
Reference in New Issue