example.n 850 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .\" (C) C.D.F. Miller, Heriot-Watt University, March 1984
  2. .\"
  3. .\" We use '.L= sec' to generate the numbered headings
  4. .de L=
  5. .if '\\$1'sec' .NH \\$2
  6. ..
  7. .ND
  8. .TL
  9. Example of LBL
  10. .L= sec 1 intro
  11. Introduction
  12. .L= table 1 *
  13. .PP
  14. We begin with a small table (Table @table opening@).
  15. .DS C
  16. Table @table opening@ about here
  17. .DE
  18. and consider things in more detail in Section @sec cont@.
  19. .L= table 2 opening
  20. .L= sec 1 cont
  21. Continuation
  22. .L= table 1 *
  23. .PP
  24. In this continuation we refer back to Section @sec intro@, which contained
  25. Table @table opening@, and presnt more detailed information in Table
  26. @table detail@.
  27. .DS
  28. Table @table detail@ about here.
  29. .DE
  30. .L= table 2 detail
  31. .L= sec 2 subcont
  32. Sub-continuation
  33. .PP
  34. In which we further refine things, as shown in Table @table mega-detail@ below.
  35. .DS
  36. Table @table mega-detail@ about here.
  37. .DE
  38. .L= table 2 mega-detail