home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / text / tex / 14269 < prev    next >
Encoding:
Text File  |  1992-12-17  |  1.8 KB  |  50 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!monu1.cc.monash.edu.au!khchung
  3. From: khchung@monu1.cc.monash.edu.au (Mr KH Chung)
  4. Subject: psnfss and greek characters (was psfonts ...)
  5. Message-ID: <1992Dec17.095501.12930@monu1.cc.monash.edu.au>
  6. Summary: greek letters in cmmi
  7. Keywords: psnfss, cmmi
  8. Organization: Monash University, Australia.
  9. References: <1992Dec14.222124.8253@Princeton.EDU>
  10. Date: Thu, 17 Dec 1992 09:55:01 GMT
  11. Lines: 37
  12.  
  13. In article <1992Dec14.222124.8253@Princeton.EDU>, sjackman@phoenix.Princeton.EDU (Simon D. Jackman) writes:
  14. > I have the following problem using psfonts.sty and Palatino (emTeX's
  15. > LaTeX).  Seems psfonts has some trouble with certain math characters.
  16. > For instance,
  17. > $i=1, \ldots, T$
  18. > generates an error
  19. > ! \textfont 9 is undefined (character = ).
  20. > I get the same problem with a reference to the \forall character.
  21. > The same error message appears in eqnarray and equations.  The printed
  22. > output has operators missing (equals signs, plus and minus signs, in my
  23. > particular problem).
  24.  
  25. On a related note, I am trying to get my stuff printed out with Times as my
  26. text and maths font, using AMS-LaTeX, with nfss and psnfss all stuffed in
  27. to the system.  The problem I am having is that after I change the maths
  28. mode to Times, using something like
  29.  
  30. \define@mathgroup\mv@normal{0}
  31.        {times}{m}{n}
  32. \define@mathgroup\mv@normal{1}
  33.        {times}{m}{it}
  34.  
  35. I lose all the greek characters (uniquely) inherent in cmr and cmmi.  My
  36. problem is that I can't get them back, I have tried
  37. \newmathalphabet*{\cmmath}{cmm}{m}{it}
  38. \def\phi{\cmmath{\char"1E }}
  39. and I still can't get it to work.  It looks like \cmmath{\char"1E} is not
  40. doing what I expect it to do, for it works quite well as \cmmath{\char90}.
  41.  
  42.  
  43. Yours sincerely,
  44.  
  45. Kin Hoong
  46.