aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user/tbl_setu
diff options
context:
space:
mode:
authorJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:38:23 +0000
committerJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:38:23 +0000
commit78c2bcf9e96ab00615ee6f96905bca78fcd52a00 (patch)
tree9c7e31f2a59e174433e55b589771005b48a34158 /doc/user/tbl_setu
parent9daa98ce90ceeeaba9e942d28575d8fcfe36db4b (diff)
downloadlout-78c2bcf9e96ab00615ee6f96905bca78fcd52a00.tar.gz
Lout 3.27.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@23 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/user/tbl_setu')
-rw-r--r--doc/user/tbl_setu9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/user/tbl_setu b/doc/user/tbl_setu
index 74bdb9a..6caedbb 100644
--- a/doc/user/tbl_setu
+++ b/doc/user/tbl_setu
@@ -4,7 +4,10 @@
@Begin
@PP
All of the options apart from the @Code format options can be changed
-setup.files.tables @Index { setup files for tables }
+tables. @RawIndex { tables }
+tables.setup @SubIndex { setup file }
+setup.files. @RawIndex { setup files }
+setup.files.for.tables @SubIndex { for tables }
in the @Code { tbl } setup file, in which case the new values become
the default values for every table in the document. This section
explains how to do it. Changing options in the setup file can save a
@@ -37,7 +40,7 @@ of the @Code tbl package, so it should not be changed. After it comes
the @Code "@TblSetup" @Code "@Use" clause, which looks like this:
@ID @OneRow @Code @Verbatim {
@Use { @TblSetup
- # paint { nopaint }
+ # paint { none }
# font { }
# break { }
}
@@ -48,7 +51,7 @@ example, suppose you want all table entries two points smaller than the
surrounding text:
@ID @OneRow @Code @Verbatim {
@Use { @TblSetup
- # paint { nopaint }
+ # paint { none }
font { -2p }
# break { }
}