home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre2.z / postgre2 / ref / pgtmacs < prev    next >
Encoding:
Text File  |  1992-08-27  |  2.5 KB  |  130 lines

  1. .\" XXX standard disclaimer belongs here....
  2. .\" $Header: /private/postgres/ref/RCS/pgtmacs,v 1.2 1992/06/17 21:00:21 mer Exp $
  3. .\"
  4. .\" Start of generic definitions section.
  5. .\"
  6. .\" Defines .SB, .SE, .SP, .SS, .XA, .XP.
  7. .\" Uses constant IW (TOC indent width).
  8. .\" Uses temporary TI (TOC total indent).
  9. .\"
  10. .\" Usage:
  11. .\"
  12. .\" .SB
  13. .\"    begin section formatting (Section formatting is *on* by default.)
  14. .\"
  15. .\" .SE
  16. .\"    end section formatting
  17. .\"
  18. .\" .SP title section data
  19. .\"    start page with given title in given section last modified on date
  20. .\"
  21. .\" .SS section data
  22. .\"    start section with data of last modification
  23. .\"
  24. .\" .XA indent title [page number("_" for no number/dots)]
  25. .\"    add title to TOC with specified indent
  26. .\"
  27. .\" .XP
  28. .\"    print TOC
  29. .\"
  30. .\" Example:
  31. .\"
  32. .\" .SP CREATEDB UNIX 5/4/88
  33. .\"
  34. .\" .XA 0 Introduction
  35. .\" .XA 1 "Section 1" _
  36. .\" .XA 2 "Page 1.1"
  37. .\" .XP
  38. .\"
  39. .de SB
  40. .nr si .5i    \" 1/2 inch relative base indent per section depth
  41. .nr so -.5i    \" -1/2 inch additional section title offset
  42. .nr $0 1    \" section depth of 1
  43. .nr $i \\n(si*\\n($0    \" paragraph base indent
  44. ..
  45. .de SE
  46. .nr si 0
  47. .nr so 0
  48. .nr $0 0
  49. .nr $i \\n(si*\\n($0
  50. .in \\n($i+\\n(po
  51. ..
  52. .de SP
  53. .he '\fB\\$1 (\\$2)'\\$3'\\$1 (\\$2)\fR'
  54. .bp
  55. ..
  56. .de SS
  57. .he '\fB\\$1'\\$2'\\$1\fR'
  58. .bp
  59. ..
  60. .de XA
  61. .nr TI \\n(IW*\\$1
  62. .(x t
  63. .ti +\\n(TIu
  64. \\$2
  65. .)x \\$3
  66. ..
  67. .de XP
  68. .xp t
  69. ..
  70. .\"
  71. .\" Start of nroff/troff specific definitions section.
  72. .\"
  73. .\" Defines .A.
  74. .\"
  75. .\" Usage:
  76. .\"
  77. .\" .A acronym concatenation
  78. .\"    display acronym in standard acronym format with concatenation
  79. .\"
  80. .\" Defines II, PP, UU, LL, PQ, LP, PV, OF, AM, +- for
  81. .\"    INGRES, POSTGRES, UNIX, LISP, POSTQUEL, LIBPQ, 4.0 PICASSO, "AM Guide," +-.
  82. .\"
  83. .if t \
  84. \{\
  85. .de A
  86. \\s-1\\$1\\s0\\$2
  87. ..
  88. .    ds II \s-1INGRES\s0
  89. .    ds PP \s-1POSTGRES\s0
  90. .    ds UU \s-1UNIX\s0
  91. .    ds LL \s-1LISP\s0
  92. .    ds PQ \s-1POSTQUEL\s0
  93. .    ds LP \s-1LIBPQ\s0
  94. .    ds PV \s-14.0\s0
  95. .\}
  96. .if n \
  97. \{\
  98. .de A
  99. \\$1\\$2
  100. ..
  101. .    ds II INGRES
  102. .    ds PP POSTGRES
  103. .    ds UU UNIX
  104. .    ds LL LISP
  105. .    ds PQ POSTQUEL
  106. .    ds LP LIBPQ
  107. .    ds PV 4.0
  108. .\}
  109. .\"
  110. .    ds OF Picasso
  111. .    ds AM \*(PP Access Method Implementors' Guide
  112. .if !\n(.V .ds +- +-
  113. .if \n(.V .ds +- \(+-
  114. .\"
  115. .\" Start of format definition section.
  116. .\"
  117. .nr IW 3n    \" 3en table of contents indentation
  118. .\"
  119. .\" .nr tp 10    \" standard title point size
  120. .\" .nr sp 10    \" standard section title point size
  121. .\" .nr fp 8    \" standard footnote pointsize
  122. .\" .nr pi 5n    \" standard paragraph indent
  123. .nr ps .50v    \" .15v larger paragraph prespace
  124. .nr pp 11    \" one point larger paragraph pointsize
  125. .ps 11
  126. .vs 13
  127. .fo ''\\s+2%\\s0''    \" page numbers in 12 point type
  128. .SB
  129. .\"
  130.