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

  1. Path: sparky!uunet!wupost!howland.reston.ans.net!sol.ctr.columbia.edu!ucselx!network.ucsd.edu!mvb.saic.com!info-tex
  2. From: Wolfgang Ratzka <wolfgang.ratzka@rphs1.physik.uni-regensburg.de>
  3. Newsgroups: comp.text.tex
  4. Subject: Help with REVTEX?
  5. Message-ID: <9301041017.AA00978@rphs1.physik.uni-regensburg.de>
  6. Date: Mon, 4 Jan 93 11:17:27 +0100
  7. Organization: Info-Tex<==>Comp.Text.Tex Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 68
  10.  
  11.    I received REVTEX from LISTSERV@SHSU. I LATEX-ed the file
  12.    MANINTRO.TEX without any problems. Although I have computer modern
  13.    fonts on my PC, I am unable to view or print the DVI file. It cannot
  14.    find the correct PIXEL files. I have DPI300, 329, 360, 432, 518, 622,
  15.    746. It is looking for DPI270 which I do not have. It is also looking
  16.    for fonts in DPI300 which I do not have - amr10.* for instance.
  17.  
  18.    Where can I find the correct PIXEL files and the correct fonts.
  19.  
  20. Seems  you  are not  missing the  fonts  but you  should  upgrade your
  21. version of  LaTeX (A. D. 18??,  just kidding). The Almost Modern Roman
  22. fonts are pretty much out of use nowadays.
  23.  
  24. Even with a  new version of   LaTeX you will  sometimes  encounter the
  25. DPI270-problem. That's due to the fact that  cmcsc at  8pt  and 9pt is
  26. not    available everywhere and   is  replaced   by   a scaled cmcsc10
  27. (0.9x300=270).
  28.  
  29. If you have cmcsc9 and cmcsc8, all you have  to  do is edit lfonts.tex
  30. before creating lplain.fmt. That's the way it looks at our place:
  31.  
  32. ...(STUFF DELETED)...
  33. \def\@viipt{}
  34.  
  35. \def\viiipt{\textfont\z@\egtrm
  36. ...(STUFF DELETED)...
  37. \def\psf{\@getfont\psf\sffam\@viiipt{cmss8}}%
  38. \def\psc{\@getfont\psc\scfam\@viiipt{cmcsc8}}%
  39. \def\ly{\fam\lyfam\egtly}\textfont\lyfam\egtly
  40.     \scriptfont\lyfam\sixly \scriptscriptfont\lyfam\fivly
  41. \@setstrut \rm}
  42.  
  43. \def\@viiipt{}
  44.  
  45. \def\ixpt{\textfont\z@\ninrm
  46. ...(STUFF DELETED)...
  47. \def\psf{\@getfont\psf\sffam\@ixpt{cmss9}}%
  48. \def\psc{\@getfont\psc\scfam\@ixpt{cmcsc9}}%
  49. \def\ly{\fam\lyfam\ninly}\textfont\lyfam\ninly
  50.    \scriptfont\lyfam\sixly \scriptscriptfont\lyfam\fivly
  51. \@setstrut \rm}
  52.  
  53. \def\@ixpt{}
  54. ...(STUFF DELETED)...
  55.  
  56.  
  57.    There is also a message when I LATEX the file: Revtex message: NFSS
  58.    not detected assuming OFSS. What does it mean?
  59.  
  60. This one is OK. It means that your LaTeX  installation  is still using
  61. the  (standard)  Old  Font Selection  Scheme.    There is a   New Font
  62. Selection Scheme for LaTeX, that   is more flexible, as it   addresses
  63. fonts  via their  attributes (boldness,   italicity etc.). This  makes
  64. adding  new fonts easier  and is  used by   AMSLaTeX to integrate  the
  65. AMSFonts. If REVTeX  detects  that NFSS is  not present, it replicates
  66. part of its functionality by macros of its own.
  67.  
  68.                              Wolfgang Ratzka
  69.       ___    -------------------------------------------------------
  70. |    | :-)    X400: ratzka@rphs1.physik.uni-regensburg.dbp.de
  71. | /\ |  \          ratzka@vax1.rz.uni-regensburg.dbp.de
  72. |/  \|     \    SMTP: ratzka@rphs1.physik.uni-regensburg.de
  73. -----------------------------------------------------------------------
  74. Phone:        +49 941 943 2085
  75. Paper mail: Wolfgang Ratzka \\     Institut f\"ur Theoretische Physik \\
  76.         Lehrstuhl Prof. Weise \\ Universit\"at Regensburg \\
  77.         W-8400 Regensburg \\ GERMANY
  78. -----------------------------------------------------------------------
  79.