# sed script to replace roff fonts that are used at chorus
# but don't seem to be too standard. We simply scan looking
# for the offending fonts and replace them with standard fonts.
# If you still get problems with fonts, look in the postScript
# file. In the prologue section it defines all the fonts that
# it uses. Check these against your printer, if there are any
# differences, edit this file to replace the unknown fonts with
# known fonts - several examples are shown below.
s/(Palatino-Roman)/(Times-Roman)/
s/(Palatino-Bold)/(Times-Bold)/
s/(Palatino-Italic)/(Times-Italic)/
s/(Palatino-BoldItalic)/(Times-BoldItalic)/
s/(Helvetica-Narrow-Bold)/(Helvetica-Bold)/
s/(Helvetica-Narrow-Oblique)/(Helvetica-Oblique)/
s/(Helvetica-Narrow-BoldOblique)/(Helvetica-BoldOblique)/
s/(ZapfChancery-MediumItalic)/(Times-Italic)/
# should do it huh !