File: superscript.page

package info (click to toggle)
gcalctool 5.30.2-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 11,224 kB
  • ctags: 1,149
  • sloc: ansic: 7,079; sh: 1,159; yacc: 194; makefile: 155; lex: 109; xml: 43
file content (32 lines) | stat: -rw-r--r-- 1,092 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="superscript">

    <info>
        <!-- Place this at the end of the section -->
        <title type="sort">_</title>
        <link type="guide" xref="index#ui"/>
    </info>

	<title>Superscript and Subscript</title>

    <p>
    Some equations may require numbers to be entered in superscript or subscript form. e.g.
    </p>
    <example>
    <p>
    x³+2x²−5
    </p>
    </example>
    <p>
    To enter superscript numbers with the mouse select the number mode using the the <gui>⎕ⁿ</gui> and <gui>⎕n</gui> buttons.
    When one of these modes is active clicking the number buttons will enter numbers in superscript or subscript.
    To return to normal number mode click the active button.
    </p>
    <p>
    To enter superscript numbers with the keyboard hold down <key>Ctrl</key> while entering the number.
    Hold <key>Alt</key> for subscript.
    </p>
    <p>
    The number mode returns to normal when entering the next non-number character (e.g. +).
    </p>
</page>