home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / text / tex / 14738 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.9 KB  |  44 lines

  1. Path: sparky!uunet!munnari.oz.au!network.ucsd.edu!mvb.saic.com!info-tex
  2. From: "Daniel H. Luecking" <DL24794%UAFSYSB.BITNET@SHSU.edu>
  3. Newsgroups: comp.text.tex
  4. Subject: Re: what use is a scaled point?
  5. Message-ID: <9988996@MVB.SAIC.COM>
  6. Date: Thu, 07 Jan 93 16:57:13 CST
  7. Organization: Info-Tex<==>Comp.Text.Tex Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 33
  10.  
  11.  
  12. > In article <1993Jan5.143540.15048@wraxall.inmos.co.uk>,
  13. > des@inmos.co.uk (David Shepherd) writes:
  14. > > 1sp *is* useful sometimes when you need something to be different from
  15. > > 0pt but not visibly so! i.e. giving a font a slant of 1sp makes
  16. > > LaTeX think that it is an italic font when using \em - this can
  17. > > sometimes be useful.
  18. >
  19. > How so?  LaTeX doesn't really care what the actual font is that \em
  20. > uses.  `Giving a font a slant' requires running off a special version
  21. > of the font using Metafont.  If you don't want that font to actually
  22. > look different, why not just \let\em\relax ?
  23. >
  24. > --
  25. > Paul Neubauer   00prneubauer@leo.bsuvc.bsu.edu  00prneubauer@bsuvax1.BITNET
  26. >                 00prneubauer@bsu-ucs.UUCP       neubauer@bsu-cs.UUCP
  27. You can give a font a slant without running metafont. There is a
  28. \fontdimen parameter (I forget which one) which gives the slant
  29. per point. This is probably what LaTeX looks at to determine
  30. whether \em means \it or \rm. You can change this parameter in
  31. the .tex file. If you do this to one font (call it \tenrm) then
  32. \em will mean the following: use roman if the current font is
  33. slanted or \tenrm and use italic if the current font is
  34. unslanted but not \tenrm. This is considerably different than
  35. \relax!
  36.  
  37. The font in this example undergoes no change (not even a
  38. nonvisible one), but the \fontdimen parameters are used for
  39. positioning, etc. A slant per point of 1sp would have virtually
  40. no positioning effect. However, all commands that test the slant
  41. of a font might be radically distorted in their effects.
  42.  
  43. Dan Luecking
  44.