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

  1. Path: sparky!uunet!ogicse!network.ucsd.edu!mvb.saic.com!info-tex
  2. From: hamlin@aps.org (Chris Hamlin 2369)
  3. Newsgroups: comp.text.tex
  4. Subject: REVTeX help; font problems
  5. Message-ID: <9301041521.AA16280@lancelot>
  6. Date: 4 Jan 93 05:21:05 GMT
  7. Article-I.D.: lancelot.9301041521.AA16280
  8. Organization: Info-Tex<==>Comp.Text.Tex Gateway
  9. Lines: 67
  10. X-Gateway-Source-Info: Mailing List
  11.  
  12. Hi,
  13.  
  14. I am responding to your a recent TeX question. Sorry to lag, but there were
  15. holidays and I was out sick, too.
  16.  
  17.  
  18. >
  19. >    I received REVTEX from LISTSERV@SHSU. I LATEX-ed the file
  20. >    MANINTRO.TEX without any problems. Although I have computer modern
  21. >    fonts on my PC, I am unable to view or print the DVI file. It cannot
  22. >    find the correct PIXEL files. I have DPI300, 329, 360, 432, 518, 622,
  23. >    746. It is looking for DPI270 which I do not have. It is also looking
  24. >    for fonts in DPI300 which I do not have - amr10.* for instance.
  25. >
  26. >    Where can I find the correct PIXEL files and the correct fonts.
  27. >
  28. > Seems  you  are not  missing the  fonts  but you  should  upgrade your
  29. > version of  LaTeX (A. D. 18??,  just kidding). The Almost Modern Roman
  30. > fonts are pretty much out of use nowadays.
  31.  
  32. Yes. REVTeX was not designed to support the Almost Modern fonts. This shouldn't
  33. be too surprising, but something will be added that states this specifically.
  34.  
  35. >
  36. > Even with a  new version of   LaTeX you will  sometimes  encounter the
  37. > DPI270-problem. That's due to the fact that  cmcsc at  8pt  and 9pt is
  38. > not    available everywhere and   is  replaced   by   a scaled cmcsc10
  39. > (0.9x300=270).
  40. >
  41. > If you have cmcsc9 and cmcsc8, all you have  to  do is edit lfonts.tex
  42. > before creating lplain.fmt. That's the way it looks at our place:
  43. >
  44. > ....(STUFF DELETED)...
  45.  
  46. ....(STUFF DELETED)...
  47.  
  48. Yes, the problem is that the \LaTeX command is being used in 9pt text.
  49. This isn't really a REVTeX error, since LaTeX itself is calling for the
  50. scaled fonts from lfonts.tex, so the font should be present. You can do
  51. the above (deleted for space), or create the scaled cmcsc10 fonts with
  52. METAFONT, or just avoid using the \sc font in sizes less than 10pt (which is
  53. what the \LaTeX command does).
  54.  
  55. To avoid the whole issue in REVTeX, go into manintro.tex and manend.tex and
  56. search backwards in each for the command \LaTeX. That is, you will be at
  57. the last occurrence of the command \LaTeX in each file. Then just delete the
  58. backslash, changing the command "\LaTeX" to the word "LaTeX". This will allow
  59. you to run manintro and manend without incident, but of course is not a general
  60. solution to the missing fonts, as suggested by Wolfgang Ratzka.
  61.  
  62.  
  63.  
  64.                                           Sincerely,
  65.  
  66.                                           Chris Hamlin
  67.  
  68.  
  69.  
  70.  
  71.    ===================================================================
  72.      Christopher B. Hamlin              Technical Projects Assistant
  73.    -------------------------------------------------------------------
  74.      American Physical Society          Internet:   mis@aps.org
  75.      500 Sunnyside Boulevard            bitnet:     mis@apsedoff
  76.      Woodbury, New York  11797          telephone:  (516) 576-2390
  77.                                         fax:        (516) 349-7817
  78.    ===================================================================
  79.