home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / text / tex / 14584 < prev    next >
Encoding:
Internet Message Format  |  1993-01-04  |  2.8 KB

  1. Path: sparky!uunet!wupost!gumby!yale!mintaka.lcs.mit.edu!ai-lab!kauai!bkph
  2. From: bkph@kauai.ai.mit.edu (Berthold K.P. Horn)
  3. Newsgroups: comp.text.tex
  4. Subject: Re: Blue Sky CM fonts
  5. Date: 4 Jan 1993 12:52:52 GMT
  6. Organization: MIT Artificial Intelligence Lab
  7. Lines: 49
  8. Message-ID: <1i9bv4INNaim@life.ai.mit.edu>
  9. References: <1992Dec31.210935.23876@newshost.lanl.gov>
  10. NNTP-Posting-Host: kauai.ai.mit.edu
  11. In-reply-to: rlp@sunset.lanl.gov's message of 31 Dec 92 21:09:35 GMT
  12.  
  13.  
  14. In article <1992Dec31.210935.23876@newshost.lanl.gov> rlp@sunset.lanl.gov (Dick Phillips) writes:
  15.  
  16.    This may seem like an esoteric problem, but it's very real when you
  17.    MUST solve it.  I'm running TeX on a NeXT, which is a PostScript machine.
  18.    For a book I'm doing, I need to use PostScript versions of the CM fonts;
  19.    bitmapped versions are unacceptable.  Fortunately, Blue Sky Research
  20.    sells Type 1 versions of the CM fonts, 75 in all.  I've bought them and
  21.    installed them.  Everything seemed to go smoothly until I tried printing
  22.    the quadratic equation.  That is, I used the simple Plain TeX expression:
  23.  
  24.        $$-b\pm\sqrt{b^2-4ac}\over 2a$$
  25.  
  26.    Curiously, all elements appeared to be correct, except the minus and
  27.    plusminus signs were missing.  I've tried several other equations with
  28.    integral signs, matrix brackets, greek characters, etc., and I get
  29.    mixed results.  For example, theta is missing, while alpha and phi are
  30.    correct.  Also, the multiply "x" and left arrow don't appear.  Any 
  31.    thoughts on what might be amiss?  Seems like an encoding problem, but
  32.    I wouldn't know where to look.  Since this problem is not likely to be
  33.    of widespread interest, please reply directly to me at rlp@lanl.gov.
  34.    Thanks,
  35.  
  36.        Dick Phillips
  37.  
  38. Sounds like you may have used an inappropriate tool for converting the fonts
  39. to a format suitable for the NeXT.  What did you use to do this?  Did you
  40. start with the Mac or the PC version of the fonts?
  41.  
  42. Note that many conversion tools are not suitable for fonts other than plain
  43. vanilla text fonts.  They have trouble with fonts that do not use the usual
  44. encoding, particularly if the font uses characters in the 0 - 31 and range
  45. (and 127), or if the font does not have a space in 32.  
  46. Are the characters you are missing in the 0 - 31 range?
  47.  
  48. What version of DVIPS are you running? Some older versions had a problem
  49. with fonts that use repeated encoding (if not reflected in the TFM file).
  50.  
  51. Also, Display PostScript is rather fussy about what is in the AFM files.
  52. Most applications don't look at AFM files, so what exactly is in them is 
  53. of little concern, but Display PostScript does care.
  54. For example, it may group fonts based on FamilyName, which is the same for
  55. all 75 of the CM fonts  
  56.  
  57. Life is a bit easier if you buy fonts already set up for Display PostScript
  58. on the NeXT...
  59.  
  60. Berthold K.P. Horn
  61. Cambridge, Massachusetts, USA
  62.