diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 19:21:41 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 19:21:41 +0000 |
commit | 71bdb35d52747e6d7d9f55df4524d57c2966be94 (patch) | |
tree | 480ee5eefccc40d5f3331cc52d66f722fd19bfb9 /doc/expert/pre_hcon | |
parent | b41263ea7578fa9742486135c762803b52794105 (diff) | |
download | lout-71bdb35d52747e6d7d9f55df4524d57c2966be94.tar.gz |
Lout 3.17.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@2 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/expert/pre_hcon')
-rw-r--r-- | doc/expert/pre_hcon | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/expert/pre_hcon b/doc/expert/pre_hcon new file mode 100644 index 0000000..0d409c0 --- /dev/null +++ b/doc/expert/pre_hcon @@ -0,0 +1,17 @@ +@Section + @Title { "@HContract" and "@VContract" } + @Tag { hcontract } +@Begin +@PP +hcontract. @Index { @@HContract symbol } +vcontract. @Index { @@VContract symbol } +contraction @Index { Contraction of object } +The @@HContract symbol reduces the size of its right parameter to a +reasonable minimum (after paragraph breaking). For example, +@ID @Code "5i @Wide @HContract { A |1rt B }" +has result +@ID { 5i @Wide @HContract { A |1rt B } } +in which the B is much closer to the A than it would otherwise have +been. @@VContract is similar, but in a vertical direction. See +Section {@NumberOf size} for a more extensive discussion. +@End @Section |