[2249] in Athena Bugs
Scribe6, VS2000 6.0R
daemon@ATHENA.MIT.EDU (Chris VanHaren (Athena User Consultant))
Wed May 17 00:25:26 1989
To: bugs@ATHENA.MIT.EDU
Cc: lazarus@ATHENA.MIT.EDU
From: Chris VanHaren (Athena User Consultant) <vanharen@ATHENA.MIT.EDU>
Date: Wed, 17 May 89 00:24:08 EDT
Scribe6 does not handle the boundingbox attribute of the graphic
environment. It gives a strange error message, and then ignores the
boundingbox values in the PostScript file completely. I tried this a
few different times, following the manual, and several variations. The
file below is exactly the way it's done on page 1-2 of the Scribe6
supplement.
Repeat with this file:
@device(postscript)
this is some text.
@graphic(PostScript="ckt.ps", BoundingBox=File)
this is some more text.
When run through Scribe6, this is the result (note I had to supply the
name of the graphic file, even though it was in the @graphic command)
m11-115-4 /mit/vanharen/Xfig % scribe test.mss
Scribe 6(1600) Copyright (C) 1981, 1987 Scribe Systems
Welcome to Athena Scribe Version 6.
*test.mss
[Processing test.mss
[Device "postscript"]
[Document type "Text"
[FontFamily Helvetica]
]
]
====> Can't open "h[T[b:", <==== NOTE ====
Please enter a new name (CR to omit): ckt.ps
1.
Workaround? Don't use "boundingbox", use "height" and "width" instead.
Fix? I haven't the slightest.
Thanks,
Chris VanHaren
Athena User Consultant