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_inse | |
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_inse')
-rw-r--r-- | doc/expert/pre_inse | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/expert/pre_inse b/doc/expert/pre_inse new file mode 100644 index 0000000..e981359 --- /dev/null +++ b/doc/expert/pre_inse @@ -0,0 +1,19 @@ +@Section + @Title { "@Insert" } + @Tag { insert } +@Begin +@PP +insert.sym @Index { @@Insert symbol } +The @@Insert symbol inserts its left parameter at the beginning of the +first paragraph of its right parameter: +@ID @Code "X @Insert { A B // C // D }" +is equivalent to +@ID @Code "{ XA B // C // D }" +Notice that a zero-width space separates @Code { X } from the first +paragraph, so if some wider space is required it must be placed at the +end of @Code { X }. The @Code "@Insert" operation is applied to the +value of the right parameter after evaluation. +@PP +The only known use for this symbol is to attach something like +@B { Figure 6 } to the front of a multi-paragraph caption. +@End @Section |