aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doc/user/equ
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doc/user/equ')
-rw-r--r--doc/doc/user/equ31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/doc/user/equ b/doc/doc/user/equ
new file mode 100644
index 0000000..6ff73ad
--- /dev/null
+++ b/doc/doc/user/equ
@@ -0,0 +1,31 @@
+@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
+@Include { equ_math }
+@EndSections
+@End @Chapter