lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "Structure and interpretation" of Scheme


From: Werner LEMBERG
Subject: Re: "Structure and interpretation" of Scheme
Date: Mon, 07 Mar 2022 07:06:08 +0000 (UTC)

> https://www.cs.utexas.edu/ftp/garbage/submit/notready/schintro.ps
> 
> [...] and the rendering is not great.

Attached you can find a PDF version of `schintro.ps` that replaces all
bitmap fonts in the above documents with real outline fonts.  The
corresponding script to do the conversion was

```
pkfix-helper \
  --verbose \
  --verbose \
  --ps=schintro-bitmaps-before.ps \
  --tex=schintro-bitmaps-after.tex \
  --force Fh="cmbx12 @ 1.095X" \
  --force Fj="cmsl10 @ 1.095X" \
  --force Ff="cmtt12 @ 1.095X" \
  --force Fg="cmr7" \
  --force Fa="cmmi12 @ 1.2X" \
  --force Fb="cmmi9" \
  --force Fi="cmmi10 @ 1.095X" \
  schintro.ps \
  fix1.ps \
  &> schintro-bitmaps.pkfix-helper.log \
&& pkfix fix1.ps fix2.ps \
&& ps2pdf fix2.ps schintro.pdf

rm -f fix1.ps fix2.ps
```

(The used programs are part of TeXLive.)


    Werner

Attachment: schintro.pdf
Description: Adobe PDF document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]