提交 150785a1 创建 作者: rsc's avatar rsc

add nice font

上级 9b62657e
差异被折叠。
...@@ -194,11 +194,13 @@ awk ' ...@@ -194,11 +194,13 @@ awk '
grep Pages: all.ps grep Pages: all.ps
# if we have the nice font, use it # if we have the nice font, use it
nicefont=~rsc/lib/postscript/LucidaSans-Typewriter83 nicefont=../LucidaSans-Typewriter83
if [ -f $nicefont ] if [ -f $nicefont ]
then then
echo nicefont
(sed 1q all.ps; cat $nicefont; sed '1d; s/Courier/LucidaSans-Typewriter83/' all.ps) >allf.ps (sed 1q all.ps; cat $nicefont; sed '1d; s/Courier/LucidaSans-Typewriter83/' all.ps) >allf.ps
else else
echo ugly font!
cp all.ps allf.ps cp all.ps allf.ps
fi fi
ps2pdf allf.ps ../xv6.pdf ps2pdf allf.ps ../xv6.pdf
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论