blob: 0d0b0ca1fe7695a41958471bb12fcfc68d7c68e2 (
plain) (
blame)
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
|
@Chapter
@Title { Equations }
@Tag { equations }
@Begin
@LP
This chapter explains how to produce mathematical formulas in Lout,
equations. @Index { equations }
mathematics. @Index mathematics
equations. @RawIndex { equations }
equations.eq @SubIndex { @Code "@Eq" }
eq.equations @Index { @Code "@Eq" (equations) }
using the @Code "@Eq" symbol like this:
@ID @Code {
"@Eq { big int supp 1 on 0 ` dx over sqrt {1 - x sup 2} = pi over 2 }"
}
This example produces
@ID @Eq { big int supp 1 on 0 ` dx over sqrt {1 - x sup 2} = pi over 2 }
The @Code "@Eq" symbol looks after all the details of spacing for
you, and it provides several hundred mathematical symbols.
@BeginSections
@Include { equ_intr }
@Include { equ_symb }
@Include { equ_vert }
@Include { equ_spac }
@Include { equ_disp }
@Include { equ_defs }
@Include { equ_summ }
# @Include { equ_tequ } apparently not offered any more, forget why
@EndSections
@End @Chapter
|