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_kshr | |
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_kshr')
-rw-r--r-- | doc/expert/pre_kshr | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/expert/pre_kshr b/doc/expert/pre_kshr new file mode 100644 index 0000000..517cb89 --- /dev/null +++ b/doc/expert/pre_kshr @@ -0,0 +1,23 @@ +@Section + @Title { "@KernShrink" } + @Tag { kernshrink } +@Begin +@PP +kernshrink. @Index { @@KernShrink symbol } +This symbol returns its right parameter unchanged in appearance but +occupying a slightly smaller bounding box. The reduction is by the +amount of kerning that would be applied if the right parameter was +immediately @I followed by the left parameter. For example, +@ID @Code ". @KernShrink P" +has result +@ID @Box margin { 0c } { . @KernShrink P } +where a box of size 0 has been drawn around the result to make its +extent clear. Compare this with `P' alone: +@ID @Box margin { 0c } { P } +in which the bounding box exactly encloses the object, or at least +is supposed to. The bounding box is smaller on the right by the +amount of kerning that would be applied between `P' and `.'. +@PP +The only known use for this symbol is to produce tucked-in subscripts +in the Eq equation formatting package. +@End @Section |