home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / text / tex / 10778 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  2.0 KB

  1. Path: sparky!uunet!sun-barr!rutgers!igor.rutgers.edu!zodiac.rutgers.edu!leichter
  2. From: leichter@zodiac.rutgers.edu
  3. Newsgroups: comp.text.tex
  4. Subject: Re: Italic and Slanted Roman, HELP !!!!!!
  5. Message-ID: <1992Sep1.143825.1@zodiac.rutgers.edu>
  6. Date: 1 Sep 92 18:38:25 GMT
  7. References: <1992Aug31.151151.8593@vax.oxford.ac.uk>
  8. Sender: news@igor.rutgers.edu
  9. Organization: Rutgers University Department of Computer Science
  10. Lines: 30
  11. Nntp-Posting-Host: cancer.rutgers.edu
  12.  
  13. In article <1992Aug31.151151.8593@vax.oxford.ac.uk>, atmos@vax.oxford.ac.uk
  14. writes:
  15. | I am having a few problems matching the slant of 10pt Slanted Roman 
  16. | characters (cmsl10) to that of the 10pt Text Italics (cmti10). 
  17. | This is all because I do not like the italic number 4 and I want to replace 
  18. | it with a slanted Roman 4 instead, in headers etc. 
  19. | I have been experimenting with the \fontdimen parameters, but they appear to
  20. | have no effect. Am I missing the point? 
  21.  
  22. Yes.  The slant was set when the fonts were produced.  You can no more change
  23. the slant of the bitmaps than you could change the slant of the italic charac-
  24. ters on an IBM typeball.
  25.  
  26. The \fontdimen parameter that measures slant reports the value that was used
  27. when the font was created.  You can change it, but that just amounts to
  28. telling TeX to ignore reality and use THIS number.
  29.  
  30. I suspect you are used to Postcript, which can create modified fonts on the
  31. fly from the basic outline descriptions.  TeX fonts are bitmaps and are not
  32. modifiable.  (Yes, there are TeX-to-Postscript DVI drivers, so you could have
  33. TeX use a "re-slanted" version of an outline-defined version of cmsl or cmti,
  34. if you had them.  However, you would need some extrinsic mechanism for telling
  35. the printer (driver to tell the printer) to do this for you, and some mecha-
  36. nism for building an appropriate TFM file to tell TeX about the resulting
  37. character parameters.  Just changing the slant would likely not give you
  38. decent results - the actual character width and height change when you "re-
  39. slant" them, so TeX would place them incorrectly.)
  40.                             -- Jerry
  41.