File: bas_supe

package info (click to toggle)
lout 3.12-0.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 8,376 kB
  • ctags: 2,428
  • sloc: ansic: 25,182; makefile: 261; sh: 60
file content (17 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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