Documentation/OOoAuthors User Manual/Writer Guide/Formula layout

From OpenOffice.org Wiki

Jump to: navigation, search

This page needs to be split into several pages to match the chapter ToC.


Formula layout

The most difficult part of using OOoMath comes when writing complicated equations. This section provides some advice about writing complex formulas.


Brackets are your friends

OOoMath knows nothing about order of operation. You must use brackets to state order of operations explicitly. Consider the following example:

MarkupResult
2 over x + 1inline:Object34.png
2 over {x + 1}inline:Object35.png


Equations over more than one line

Suppose you want to type an equation covering more than one line. For example: inline:Object36.png

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.

MarkupResult
x = 3
y = 1
inline:Object37.png
x = 3 newline
y = 1
inline:Object38.png
Content on this page is licensed under the Creative Common Attribution 3.0 license (CC-BY).
Personal tools