diff options
author | Karl Berry <karl@freefriends.org> | 2019-06-02 21:42:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-06-02 21:42:39 +0000 |
commit | 0366b007ee4237168a22a30ea74209ae9e188715 (patch) | |
tree | ef38cf243717f4175e6d5d78f1e04fa240977dcc /Master/texmf-dist/doc/cstex/opmac-u-en.tex | |
parent | f4e717d92727b812fc8f490894bb49fc780e862f (diff) |
cstex (2jun19)
git-svn-id: svn://tug.org/texlive/trunk@51297 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/cstex/opmac-u-en.tex')
-rw-r--r-- | Master/texmf-dist/doc/cstex/opmac-u-en.tex | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/cstex/opmac-u-en.tex b/Master/texmf-dist/doc/cstex/opmac-u-en.tex index 5e5249d2102..246320835a9 100644 --- a/Master/texmf-dist/doc/cstex/opmac-u-en.tex +++ b/Master/texmf-dist/doc/cstex/opmac-u-en.tex @@ -789,11 +789,14 @@ the table cell is printed as an paragraph with given width. To avoid the problems with narrow left-right aligned paragraphs you can write "p{<size>\raggedright}", then the paragraph will be only left aligned. +You can use "[<text>]" in the "<declaration>" then this text is applied in +each line of table. For example "r[\kern10pt]l" adds more 10 pt space +between "r" and "l" rows. + An arbitrary part of the "<declaration>" can be repeated by a "<number>" prefixed. For example ``"3c"'' means ``"ccc"'' or ``"c 3{|c}"'' means ``"c|c|c|c"''. Note that spaces in the <declaration> are ignored and you -can use them in -order to more legibility. +can use them in order to more legibility. The command "\cr" used in the "<data>" part of the table (the end row separator) is generally known. |