home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / text / tex / 13102 < prev    next >
Encoding:
Text File  |  1992-11-13  |  2.9 KB  |  67 lines

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!nucsrl!ddsw1!gagme!n5ial!jim
  2. From: jim@n5ial.chi.il.us (Jim Graham)
  3. Newsgroups: comp.text.tex
  4. Subject: Why does TeX not break a paragraph at all costs? 
  5. Distribution: world
  6. Message-ID: <721605858snx@n5ial.chi.il.us>
  7. References: <1992Nov10.230009.27125@athena.mit.edu>
  8. Date: Thu, 12 Nov 92 22:04:18 GMT
  9. Organization: Me? Organized? Hah! :-)
  10. Lines: 55
  11.  
  12. In article <1992Nov10.230009.27125@athena.mit.edu>
  13. lasmith@athena.mit.edu writes:
  14.  
  15. >      I am dumbfounded at (La)TeX's insistence on breaking o page after only 
  16. > say two inches of text rather than include then next paragraph and break it
  17. > in the middle.  Someone got the priorities all screwed up in allowing 
  18. > TeX to consistently cpome down on the side of never breaking a paragraph.
  19.  
  20. but TeX *DOES* break pages in the middle of paragraphs, unless you
  21. specifically tell it not to.  take a look at your settings for the
  22. following:
  23.  
  24. \interlinepenalty --- high number, TeX tends to break pages between
  25.    paragraphs rather than split them
  26. \raggedbottom --- if set, TeX doesn't insist on pages being exactly
  27.    the same length (as the name implies)
  28.  
  29. for example, a sample letter format (Appendix E of ``The TeXbook'')
  30. uses \raggedbottom and \interlinepenalty=1000 to make page breaks
  31. tend to happen between paragraphs.  according to the quick little
  32. run I just did with emTeX, using \showthe\interlinepenalty , the
  33. default for this is 0, meaning break the page anywhere TeX wants
  34. to, even if right in the middle of a paragraph.  so, either you've
  35. changed this, or the author of some macro set you're using changed
  36. it for you.
  37.  
  38. now, one thing TeX does try to avoid is ``breaking a page between the
  39. first two lines of a paragraph, or just before the last line, so that
  40. `club' or `widow' lines that are detached from the rest of a paragraph
  41. will not appear all alone on a page unless the alternative is worse.''
  42. [pg. 104, ``The TeXbook'']
  43.  
  44. if this is what you're talking about, you might want to let TeX do
  45. its work here --- a club or widow line really looks horrible.  better
  46. to let the page be slightly less full (i.e., use \raggedbottom) than
  47. to leave club or widow lines laying around.
  48.  
  49. take a look in Chapter 24 of ``The TeXbook'' for information on this.
  50. some penalties you might want to adjust one way or the other to fit
  51. your needs are:
  52.  
  53.    \clubpenalty --- penalty for creating a club line at bottom of page
  54.    \widowpenalty --- penalty for creating a widow line at top of page
  55.  
  56. hope this helps.
  57.    --jim
  58.  
  59. --
  60. #include <std_disclaimer.h>                                 73 DE N5IAL (/9)
  61. ------------------------------------------------------------------------------
  62. INTERNET:  jim@n5ial.chi.il.us  |  grahj@gagme.chi.il.us  |  j.graham@ieee.org
  63. ICBM:  41.70N 87.63W                    UUCP:  gagme!n5ial!jim@clout.chi.il.us
  64. AMATEUR RADIO: (unstable...back after I've moved)          AMTOR SELCAL:  NIAL
  65. ------------------------------------------------------------------------------
  66.  
  67.