blob: d5c527af16e8ebd5d81a7c4be6eac86b5fcb231d (
plain)
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
33
|
<page xmlns="http://projectmallard.org/1.0/"
type="guide"
id="mouse">
<info>
<link type="guide" xref="index#ui"/>
</info>
<title>Using the Mouse</title>
<p>
All equations can be entered using the mouse.
To access all buttons there are a number of modes that can be selected from the <gui>Mode</gui> menu.
</p>
<table>
<tr>
<td><p>Basic</p></td>
<td><p>Provides buttons suitable for <link xref="equation">basic equations</link></p></td>
</tr>
<tr>
<td><p>Advanced</p></td>
<td><p>Provides buttons suitable for advanced mathematics such as <link xref="trigonometry"></link></p></td>
</tr>
<tr>
<td><p>Financial</p></td>
<td><p>Provides buttons suitable for <link xref="financial">financial equations</link></p></td>
</tr>
<tr>
<td><p>Programming</p></td>
<td><p>Provides buttons suitable for computer programmers</p></td>
</tr>
</table>
</page>
|