summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/xtables
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-01-05 13:15:04 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-01-05 13:15:04 +0100
commitf02eadaddef16a34ff989d90f2759bd63340d84d (patch)
tree3d064258cb52af310bb20b2812d24ef0f670c6d2 /doc/context/sources/general/manuals/xtables
parent5de7c57d3703cadcde3287f20fa5e03aa175a8e1 (diff)
downloadcontext-f02eadaddef16a34ff989d90f2759bd63340d84d.tar.gz
2015-01-05 13:08:00
Diffstat (limited to 'doc/context/sources/general/manuals/xtables')
-rw-r--r--doc/context/sources/general/manuals/xtables/xtables-mkiv.tex19
1 files changed, 19 insertions, 0 deletions
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}]