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

  1. Path: sparky!uunet!olivea!charnel!rat!usc!news.service.uci.edu!unogate!mvb.saic.com!info-tex
  2. From: bed_gdg@SHSU.edu (George D. Greenwade)
  3. Newsgroups: comp.text.tex
  4. Subject: RE: Macro for new fonts
  5. Message-ID: <009667F3.33B34960.18844@SHSU.edu>
  6. Date: 12 Jan 93 17:14:34 GMT
  7. Organization: Info-Tex<==>Comp.Text.Tex Gateway
  8. Lines: 43
  9. X-Gateway-Source-Info: Mailing List
  10.  
  11. On Mon, 11 Jan 93 12:11:32 MDT, Petr Novotny <NOVOTNYP@CSEARN.BITNET>
  12. posted:
  13. > I've got the following problem. I'm still using LaTeX with old font
  14. > selection scheme. I would like to know if there are the two following
  15. > macros or I have to make them: The first should be something like
  16. >     cloadfonts{abbrv}{fontname}
  17. > which should tell something like  cfontcxiiptabbrv=fontname at 12pt for all
  18. > possible sizes; The other should extend commands clarge,ctiny etc. so that
  19. > it would select cabbrv to be the correct sized font (just the way it does
  20. > with crm, cbf etc....).
  21.  
  22. Not quite that simple, but simple enough. In 1989, Jerry Leichter
  23. <LEICHTER-JERRY@CS.YALE.EDU> wrote bsf.sty to include boldface san serif
  24. (via \bsf as a font family name pointing to the cmssbx10 font) into the old
  25. font selection scheme. I used his template, changed a few names and created
  26. bsl.sty (for bold slanted via \bsl for a font family name pointing to the
  27. cmbxsl10 font) and isf.sty (for italicized sans serif via \isf as a font
  28. family name pointing to the cmssi10 font).  Mine are not documented
  29. properly, although tey do point you to what fonts are used.  They can
  30. easily serve as templates for other fonts (these were the ones we commonly
  31. needed to use, so they became somewhat stable).  Since the family is
  32. defined via these files, they are changed in size with size changing
  33. commands, as with the default fonts.
  34.  
  35. To retrieve these files, include:
  36.  SENDME STY.BSF
  37.  SENDME STY.BSL
  38.  SENDME STY.ISF
  39. in the body of a mail message to FILESERV@SHSU.BITNET (FILESERV@SHSU.edu). 
  40. These files are also available for anonymous ftp retrieval from
  41. Niord.SHSU.edu (192.92.115.8) in [FILESERV.STY].  Note that these are
  42. explicitly for the old font selection scheme and are not compatible (at
  43. least I don't think so) with the New Font Selection Scheme (NFSS).
  44.  
  45. Regards,   George
  46. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  47. George D. Greenwade, Ph.D.                            Bitnet:  BED_GDG@SHSU
  48. Department of Economics and Business Analysis         THEnet: SHSU::BED_GDG
  49. College of Business Administration                    Voice: (409) 294-1266
  50. P. O. Box 2118                                        FAX:   (409) 294-3612
  51. Sam Houston State University              Internet:        bed_gdg@SHSU.edu
  52. Huntsville, TX 77341                      bed_gdg%SHSU.decnet@relay.the.net
  53. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  54.