diff options
author | Context Git Mirror Bot <phg42.2a@gmail.com> | 2015-01-05 13:15:04 +0100 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2015-01-05 13:15:04 +0100 |
commit | f02eadaddef16a34ff989d90f2759bd63340d84d (patch) | |
tree | 3d064258cb52af310bb20b2812d24ef0f670c6d2 /doc | |
parent | 5de7c57d3703cadcde3287f20fa5e03aa175a8e1 (diff) | |
download | context-f02eadaddef16a34ff989d90f2759bd63340d84d.tar.gz |
2015-01-05 13:08:00
Diffstat (limited to 'doc')
-rw-r--r-- | doc/context/documents/general/manuals/xtables-mkiv.pdf | bin | 135389 -> 135910 bytes | |||
-rw-r--r-- | doc/context/sources/general/manuals/xtables/xtables-mkiv.tex | 19 |
2 files changed, 19 insertions, 0 deletions
diff --git a/doc/context/documents/general/manuals/xtables-mkiv.pdf b/doc/context/documents/general/manuals/xtables-mkiv.pdf Binary files differindex 75cce413b..ba3f1b3e0 100644 --- a/doc/context/documents/general/manuals/xtables-mkiv.pdf +++ b/doc/context/documents/general/manuals/xtables-mkiv.pdf diff --git a/doc/context/sources/general/manuals/xtables/xtables-mkiv.tex b/doc/context/sources/general/manuals/xtables/xtables-mkiv.tex index a83484658..302f2880c 100644 --- a/doc/context/sources/general/manuals/xtables/xtables-mkiv.tex +++ b/doc/context/sources/general/manuals/xtables/xtables-mkiv.tex @@ -754,6 +754,25 @@ But, if you want you can control the enforced width by setting an option: \typebuffer \getbuffer +There is also a global setting: + +\startbuffer +\startxtable[option=tight] + \startxrow + \startxcell[nx=3] + 1/2/3 + \stopxcell + \stopxrow + \startxrow + \startxcell 1 \stopxcell + \startxcell 2 \stopxcell + \startxcell 3 \stopxcell + \stopxrow +\stopxtable +\stopbuffer + +\typebuffer \getbuffer + \stopsection \startsection[title={Nesting}] |