home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / text / tex / 13008 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.9 KB  |  62 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!mcsun!ieunet!tcdcs!maths.tcd.ie!tim
  3. From: tim@maths.tcd.ie (Timothy Murphy)
  4. Subject: Re: HELP - installation of rsfs fonts
  5. Message-ID: <1992Nov10.155954.10710@maths.tcd.ie>
  6. Organization: Dept. of Maths, Trinity College, Dublin, Ireland.
  7. References: <1992Nov2.182925.5377@desire.wright.edu>
  8. Date: Tue, 10 Nov 1992 15:59:54 GMT
  9. Lines: 51
  10.  
  11. pmisra@desire.wright.edu writes:
  12.  
  13. >I downloaded Ralph Smiths rsfs*.mf fonts from labrea and have
  14. >successfully installed them (well almost). While the system
  15. >has all the necessary files for TeXing documents with rsfs
  16. >fonts, it tends to print the letters about 1 in. high. Could
  17. >someone who has them working drop me a line telling how to
  18. >fix this. Thanks in advance for your help.
  19.  
  20. I use the following style file (with LaTeX + NFSS),
  21. which I cogged (stole) I think from euler.sty.
  22. Then I can just say (in math mode) eg \rsfs{C} .
  23.  
  24. ================== rsfscript.sty =======================
  25.  
  26. \typeout{Style Option: `rsfscript'}
  27. \@ifundefined{selectfont}
  28.      {\@latexerr{`rsfscript' style option can only be used
  29.                   with the new font selection scheme}\@eha
  30.       \endinput}{}
  31. \new@fontshape{rsfs}{m}{n}{%
  32.    <5>rsfs5%
  33.    <6>rsfs5 at6pt%
  34.    <7>rsfs7%
  35.    <8>rsfs7 at8pt%
  36.    <9>rsfs7 at9pt%
  37.    <10>rsfs10%
  38.    <11>rsfs10 at10.95pt%
  39.    <12>rsfs10 at12pt%
  40.    <14>rsfs10 at14.4pt%
  41.    <17>rsfs10 at17.28pt%
  42.    <20>rsfs10 at20.74pt%
  43.    <25>rsfs10 at24.88pt}{}
  44.  
  45. \extra@def{rsfs}{}{\noaccents@}
  46. \def\RsfScript{\protect\pRsfScript}
  47. \def\pRsfScript{\RIfM@\expandafter\RsfScript@\else
  48.                  \expandafter\nonmatherr@\expandafter\RsfScript\fi}
  49. \newmathalphabet\RsfScript@
  50. \addtoversion{normal}\RsfScript@{rsfs}{m}{n}
  51. \addtoversion{bold}\RsfScript@{rsfs}{m}{n}
  52. \def\RIfM@{\relax\protect\ifmmode}
  53.  
  54. \endinput
  55.  
  56. ========================================================
  57. -- 
  58. Timothy Murphy  
  59. e-mail: tim@maths.tcd.ie
  60. tel: +353-1-2842366
  61. s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland
  62.