[1188] in Athena Bugs

home help back first fref pref prev next nref lref last post

Bug in the Scribe Accents.lib device initialization string

daemon@ATHENA.MIT.EDU (dmjones@ATHENA.MIT.EDU)
Mon Oct 17 20:26:05 1988

From: <dmjones@ATHENA.MIT.EDU>
Date: Mon, 17 Oct 88 20:25:43 EDT
To: bugs@ATHENA.MIT.EDU

There is a bug in the (PostScript) DeviceInitialization string in the
file /usr/athena/lib/scribe/database/accent.lib.

Line 251 should read:

   {SSZ 0.0 SLT sin SLT cos div SSZ mul SSZ neg 0.0 0.0 FMTX astore}

Not

   {SSZ 0.0 SLT sin SLT cos div SSZ mul SSZ 0.0 0.0 FMTX astore}

The absence of the "neg" screws up the slanting of characters.

Comparison of the DeviceInitialization String in postsc.dev will show
that the first line is indeed the correct one.

David M. Jones.

home help back first fref pref prev next nref lref last post