summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/xtables
diff options
context:
space:
mode:
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}]