diff options
Diffstat (limited to 'doc/expert/pre_hlim')
-rw-r--r-- | doc/expert/pre_hlim | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/expert/pre_hlim b/doc/expert/pre_hlim new file mode 100644 index 0000000..ccf9548 --- /dev/null +++ b/doc/expert/pre_hlim @@ -0,0 +1,18 @@ +@Section + @Title { "@HLimited" and "@VLimited" } + @Tag { hlimited } +@Begin +@PP +hlimited. @Index { @@HLimited symbol } +vlimited. @Index { @@VLimited symbol } +The @@HLimited symbol limits the width available to recursive +and receptive symbols within its right parameter to whatever +is available without increasing the existing size of the +@@HLimited object. So this symbol acts like @@Wide with +respect to limiting the space occupied by recursive and receptive +symbols, except that instead of enforcing a fixed constant limit, +it enforces whatever size is already in place. +@PP +The @@VLimited symbol is exactly the same, except that it +applies vertically rather than horizontally. +@End @Section |