[2228] in Athena Bugs
Greek characters are not printed in the [FIGURECONTENTS]
daemon@ATHENA.MIT.EDU (nudelta@ATHENA.MIT.EDU)
Fri May 12 13:18:59 1989
From: <nudelta@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
Cc: nudelta@ATHENA.MIT.EDU
Date: Fri, 12 May 89 13:17:41 EDT
Hi,
User bliven had captioned several figures in a report with greek
symbols in them, on scribing his report the greek characters would get
printed under his figures properly but in the table of figures contained
in the report the greek characters did not appear.
The exact error message was:
[FIGURECONTENTS
Error found while processing generated FIGURECONTENTS at /tmp/Scribe011215, line
5:
Font HEADINGFONT does not include facecode G (Greek).
Using facecode R (if possible) instead.
Error found while processing generated FIGURECONTENTS at /tmp/Scribe011215, line
6:
Font HEADINGFONT does not include facecode G (Greek).
Using facecode R (if possible) instead.
]
i.
To fix this problem it was necessary to go to
/usr/athena/lib/scribe/database
and find the appropriate file: it was not report.mak or figure.lib but
helvet.fon the definitions for the helvetica font.
the definition for HeadingFont read:
@DefineFont(HeadingFont,
P=<RawFont "HelveticaBoldOblique">,
B=<RawFont "HelveticaBold">,
I=<RawFont "HelveticaBoldOblique">,
R=<RawFont "HelveticaBold">,
S=<RawFont "AccentHelveticaBold">)
This was corrected by adding the text below into his report.mss file.
As shown below:
@DefineFont(HeadingFont,
P=<RawFont "HelveticaBoldOblique">,
B=<RawFont "HelveticaBold">,
I=<RawFont "HelveticaBoldOblique">,
R=<RawFont "HelveticaBold">,
S=<RawFont "AccentHelveticaBold">,
G=<TypeCase "PsGreek">)