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

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!newsgate.watson.ibm.com!yktnews!admin!watson!cougar.torolab.ibm.com!tedlaw
  3. From: tedlaw@cougar.torolab.ibm.com.torolab.ibm.com (Theodore C. Law)
  4. Subject: How to break long programming language identifiers
  5. Sender: @watson.ibm.com
  6. Message-ID: <1992Dec17.015023.30859@watson.ibm.com>
  7. Date: Thu, 17 Dec 92 01:50:23 GMT
  8. Organization: IBM T. J. Watson Research
  9. X-Newsreader: TIN [version 1.1 PL8]
  10. Lines: 11
  11.  
  12. When writing documentation for programs, I often encounter "Overfull \hbox..."
  13. warnings because of the long identifiers that are used.  These long
  14. identifiers almost always have underscores embedded in them.
  15. I currently globally replace all underscores with "\discretionary{\_}{}{\_}",
  16. which allows long identifiers to break at the underscores.
  17.  
  18. Is there a way to redefine the underscore character so that the manuscript
  19. will not be proliferated by these ugly-looking \discretionary control
  20. sequences, while achieving the same effect?
  21.  
  22. Ted Law
  23.