summaryrefslogtreecommitdiff
path: root/macros/text1/cms_help_files/tat.helpmark
diff options
context:
space:
mode:
Diffstat (limited to 'macros/text1/cms_help_files/tat.helpmark')
-rw-r--r--macros/text1/cms_help_files/tat.helpmark59
1 files changed, 59 insertions, 0 deletions
diff --git a/macros/text1/cms_help_files/tat.helpmark b/macros/text1/cms_help_files/tat.helpmark
new file mode 100644
index 0000000000..d5f13ab97a
--- /dev/null
+++ b/macros/text1/cms_help_files/tat.helpmark
@@ -0,0 +1,59 @@
++-----------------------------------------------------------------------------+
+| tabletitle |
++-----------------------------------------------------------------------------+
+
+Abbreviation: ã|\tatã%
+
+Parameters: ã|title textã%
+
+ ã|Description:ã%
+A table is a presentation of information in columns. The \tabletitle markup
+centers the title and puts that title in the table of contents. The
+\tabletitle markup does not print the actual table, you must use \halign or
+\settabs to accomplish that.
+
+ ã|Example:ã%
+\tabletitle{Monthly Salaries in Public Libraries\lbr
+for 1981}
+\tenpt
+\halign{\quad\lft{#}&&\quad\ctr{#}\cr
+\noalign{\hrule\vs{3pt}}
+
+&&\ctr{\bd Library Aide}&\ctr{\bd Page}\cr
+\omit\ctr{\bd City/Town}&\ctr{\bd Librarian}&
+ \ctr{\bd and Clerical}&\ctr{\bd and}\cr
+\omit\ctr{\bd Libraries}&\ctr{\bd (a)(b)}&
+ \ctr{\bd Assistant}&\ctr{\bd Bookbinder}\cr
+Brewster&190&---&---\cr
+Burlington&1158&5.89 hr&3.35/3.50 hr\cr
+Castle Rock&300&3.35 hr&---\cr
+Cathlamet&225&---&---\cr
+Chewelah&290&---&---\cr
+Cle Elum&3.50 hr&---&---\cr
+Colville&5.68 hr&5.00 hr&---\cr
+}
+
+which prints the table illustrated on the following page.
+
++-----------------------------------------------------------------------------+
+| |
+| Table 1 |
+| Monthly Salaries in Public Libraries |
+| for 1981 |
+|.............................................................................|
+| Library Aide Page |
+| City/Town Librarian and Clerical and |
+| Libraries (a)(b) Assistant Bookbinder |
+| Brewster 190 --- --- |
+| Burlington 1158 5.89 hr 3.35/3.50 hr |
+| Castle Rock 300 3.35 hr --- |
+| Cathlamet 225 --- --- |
+| Chewelah 290 --- --- |
+| Cle Elum 3.50 hr --- --- |
+| Colville 5.68 hr 5.00 hr --- |
++-----------------------------------------------------------------------------+
+
+ ã|Notes:ã%
+\tabletitle only prints the table title in the text and places the title
+in the table of contents. Use \halign or \settabs to construct the table
+itself.