home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / text / tex / 12927 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.2 KB

  1. Path: sparky!uunet!ukma!wupost!usc!news.service.uci.edu!unogate!mvb.saic.com!info-tex
  2. From: bbeeton <BNB@MATH.AMS.ORG>
  3. Newsgroups: comp.text.tex
  4. Subject: re: tex problem with long formula
  5. Message-ID: <720978146.904935.BNB@MATH.AMS.ORG>
  6. Date: 05 Nov 1992 10:42:26 -0500 (EST)
  7. Organization: Info-Tex<==>Comp.Text.Tex Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 20
  10.  
  11. caren levine (comp.text.tex, october 30) reports that she is getting
  12. error messages when she tries to break a long formula in display mode.
  13.  
  14. the answer is simple.
  15.  
  16. the display contains the terms \left{ and \right} and the length of
  17. the formula requires that the left and right members of the pair be
  18. on different lines.
  19.  
  20. tex requires that \left...\right be matched within a single formula
  21. (texbook, p. 148).  the catch here is that tex considers different
  22. lines of a multi-line display each to be a separate formula.  so
  23. the \left{ in the first line must be matched by \right. in the same
  24. line, and similarly with the \right} in the third line.
  25.  
  26. see the texbook, p. 196, first "dangerous bend" paragraph, for a
  27. specific example.  (note that suitable \phantom's can be used
  28. instead of the \bigg shown there to assure that the sizes of the
  29. delimiters come out the same.)
  30.                         -- bb
  31.