Difference between revisions of "Formula layout"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (v3.3 update, typo, wikify)
 
Line 35: Line 35:
 
|}
 
|}
  
{{Documentation/SeeAlso|  
+
{{SeeAlso|EN|  
 
* [[Documentation/FAQ/Formula/How_do_I_align_my_equations_at_the_equality_sign%3F | How do I Align my Equations at the Equality Sign?]]  
 
* [[Documentation/FAQ/Formula/How_do_I_align_my_equations_at_the_equality_sign%3F | How do I Align my Equations at the Equality Sign?]]  
 
}}
 
}}
 
<noinclude>[[Category:Documentation]]</noinclude>
 
<noinclude>[[Category:Documentation]]</noinclude>

Latest revision as of 12:50, 16 July 2018

The most difficult part of using OOo Math comes when writing complicated formulas. This section provides some advice.


Brackets are your friends

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

Markup Result
2 over x + 1
2 over {x + 1}

Equations over more than one line

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

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 newline
y = 1



See Also
Personal tools