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_yuni | |
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_yuni')
-rw-r--r-- | doc/expert/pre_yuni | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/expert/pre_yuni b/doc/expert/pre_yuni new file mode 100644 index 0000000..7b06b5d --- /dev/null +++ b/doc/expert/pre_yuni @@ -0,0 +1,28 @@ +@Section + @Title { "@YUnit" and "@ZUnit" } + @Tag { yunit } +@Begin +@PP +The @@YUnit symbol +yunit.sym @Index { @@YUnit symbol } +zunit.sym @Index { @@ZUnit symbol } +changes the value of the @Code y unit of measurement (Section +{@NumberOf concatenation}) within its right parameter to the value +given by the left parameter: +@ID { +@Code "1c @YUnit { ... }" +} +ensures that the value of @Code "1y" within the right parameter will +be {@Code "1c"}. The @@ZUnit symbol is similar, setting the value +of the @Code z unit in its right parameter. Both units have default +value zero. The left parameter may not include a gap mode, nor may it +use the {@Code w}, {@Code b}, {@Code r}, or of course {@Code d} units, +but it may begin with @Code "+" or @Code "-" to indicate that value is +to be added to or subtracted from the current value. Any negative result +of using @Code "-" will be silently replaced by zero. +@PP +These units are not used internally by Lout. They are supplied as +part of the style information for the convenience of application +packages. For example, the Eq equation formatting package uses them +to fine-tune the appearance of equations. +@End @Section |