home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / misc / discuss / 4281 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.6 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!cs.utexas.edu!not-for-mail
  2. From: singhal@cs.utexas.edu (Vivek Singhal)
  3. Newsgroups: gnu.misc.discuss
  4. Subject: How to make texinfo.tex use PostScript fonts?
  5. Date: 7 Jan 1993 10:54:40 -0600
  6. Organization: UTexas Mail-to-News Gateway
  7. Lines: 33
  8. Sender: daemon@cs.utexas.edu
  9. Message-ID: <9301071654.AA00692@twins.cs.utexas.edu>
  10. NNTP-Posting-Host: cs.utexas.edu
  11.  
  12. How do I modify texinfo.tex so that it uses built-in PostScript fonts
  13. instead of the standard TeX bitmap fonts?
  14.  
  15. Background: I'm trying to generate 2-up printouts of the GNU manuals
  16. (which are in TeXinfo format).  Because this process requires the dvi
  17. output to be scaled (I'm doing something like "dvips -f < gcc.dvi |
  18. psnup -2"), TeX's bitmapped fonts end up looking cruddy.  My
  19. assumption is that by telling TeX to use PostScript fonts instead, I
  20. won't encounter these scaling problems.
  21.  
  22. After perusing the texinfo.tex file, I saw numerous font definitions
  23. that look like:
  24.  
  25. ...
  26. \font\textbf=cmb10 scaled \mainmagstep 
  27. \font\textit=cmti10 scaled \mainmagstep
  28. \font\textsl=cmsl10 scaled \mainmagstep
  29. \font\textsf=cmss10 scaled \mainmagstep
  30. \font\textsc=cmcsc10 scaled \mainmagstep
  31. \font\texti=cmmi10 scaled \mainmagstep
  32. \font\textsy=cmsy10 scaled \mainmagstep
  33. ...
  34.  
  35. How would I modify these definitions (and the others in this file) to
  36. cause TeX to use the appropriate PostScript fonts?
  37.  
  38. Thanks,
  39.  
  40. Vivek
  41.  
  42. ------------------------------------------------------------------------------
  43. E-mail: singhal@cs.utexas.edu     Phone: (512) 471-9711     Office: TAY 3.104C
  44. USmail: CS Dept. TAY 2.124 \n Univ. of Texas @ Austin \n Austin, TX 78712-1188
  45.