home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / text / tex / 14216 < prev    next >
Encoding:
Text File  |  1992-12-16  |  883 b   |  25 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!news.claremont.edu!hmcvax.claremont.edu!dhosek
  3. From: dhosek@hmcvax.claremont.edu
  4. Subject: Re: hyphen in math mode
  5. Message-ID: <1992Dec15.222531.1@hmcvax.claremont.edu>
  6. Lines: 13
  7. Sender: news@muddcs.claremont.edu (The News System)
  8. Organization: Quixote Digital Typography
  9. References: <9688078@MVB.SAIC.COM>
  10. Date: 15 Dec 92 22:25:31 PST
  11.  
  12. In article <9688078@MVB.SAIC.COM>, DL24794@UAFSYSB.UARK.EDU (Daniel H. Luecking) writes:
  13.  
  14. >>From: <gilligan@central.bldrdoc.gov>
  15. >>Try \hbox{-}, as in $x - y\hbox{-}z$.
  16.  
  17. > This will not allow the hyphen to change sizes in sub/superscripts. I'd use
  18. > {\rm-} as in $A_{y{\rm-}x}$. I do not use the NFSS, so I don't know if it
  19. > will handle this properly.
  20.  
  21. That won't work. The best approach would be to use \mathchar to
  22. get the character. See the TeXbook chapter 17 for details.
  23.  
  24. -dh
  25.