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