Getting Started Guide

Equations over more than one line
Suppose you want to type an equation covering more than one line. For
example:
x=3
y=1
Your first reaction would be to simply press the Enter key. However, if
you press the Enter key, though the markup goes to a new line, the
resulting equation does not. You must type the newline command
explicitly. This is illustrated in the table below.
Markup Result
x = 3
y = 1
x=3 y=1
x = 3 newline
y = 1
How do I add limits to my sum/integral?
The sum and int commands can (optionally) take the parameters from
and to. These are used for lower and upper limits respectively. These
parameters can be used singly or together. Limits for integrals are
usually treated as subscripts and superscripts.
Markup Result
sum from k = 1 to n a_k
k =1
n
a
k
int from 0 to x f(t) dt
or
int_0^x f(t) dt
0
x
f tdt
or
0
x
f t dt
int from Re f
f
sum to infinity 2^{-n}
2
n
Note
For more details on integrals and sums, see the Math Objects
chapter in the Writer Guide.
322 Getting Started with OpenOffice.org 3.x
Free eBook Edition