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/user/bas_supe | |
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/user/bas_supe')
-rw-r--r-- | doc/user/bas_supe | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/user/bas_supe b/doc/user/bas_supe new file mode 100644 index 0000000..40faf92 --- /dev/null +++ b/doc/user/bas_supe @@ -0,0 +1,17 @@ +@Section + @Title { Superscripts and subscripts } + @Tag { super } +@Begin +@PP +There are @Code "@Sup" and @Code "@Sub" symbols for producing +superscripts and subscripts: +@ID @Code "2 @Sup nd" +produces +@ID { 2 @Sup nd } +and the @Code "@Sub" symbol works in a similar way. These symbols +are probably never required in English language text, since the +only uses for them are in footnotes, which produce the superscript +automatically, and equations, which have their own versions of these +symbols. Both symbols have a @Code "gap" option which determines the +vertical spacing. +@End @Section |