From 73d840b9f14b65166b92e6b43f930fd0ef7b8267 Mon Sep 17 00:00:00 2001 From: "Jeffrey H. Kingston" Date: Tue, 14 Sep 2010 19:38:17 +0000 Subject: Lout 3.19. git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@7 9365b830-b601-4143-9ba8-b4a8e2c3339c --- doc/user/tbl_mark | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) (limited to 'doc/user/tbl_mark') diff --git a/doc/user/tbl_mark b/doc/user/tbl_mark index fcd4768..51d71e7 100644 --- a/doc/user/tbl_mark +++ b/doc/user/tbl_mark @@ -9,21 +9,21 @@ and right becomes an issue. Examples are hard to find, but let's say that we need to construct a symbol @ID @AmberLight and include it in running text. The obvious first attempt at a table -with three rows produces -#@ID @OneRow @Code @Verbatim { -#@Tbl -# aformat { @Cell A } -# margin { 0i } -# strut { no } -#{ -#@Rowa A { @OpenCircle } -#@Rowa A { @ClosedCircle } -#@Rowa A { @OpenCircle } -#} -#} -#where @Code "@OpenCircle" and @Code "@ClosedCircle" produce open and -#closed circles (they may be defined using the @Code "@Diag" package); -#but this produces +with three rows is +@ID @OneRow @Code @Verbatim { +@Tbl + aformat { @Cell A } + margin { 0i } + strut { no } +{ +@Rowa A { @OpenCircle } +@Rowa A { @ClosedCircle } +@Rowa A { @OpenCircle } +} +} +where @Code "@OpenCircle" and @Code "@ClosedCircle" produce open and +closed circles (they may be defined using the @Code "@Diag" package); +but this produces @Tbl aformat { @Cell A } margin { 0i } @@ -47,7 +47,8 @@ def @AmberLight aformat { @Cell indentvertical { align } A } margin { 0i } strut { no } - paint { no } rule { no } + paint { no } + rule { no } { @Rowa A { @OpenCircle } @MarkRowa A { @ClosedCircle } -- cgit