Stuff I often need and often forget, mainly related to the formula-editor
fn
followed by F3 on an empty paragraph to create a numbered equation (2×1 table, formula on left, auto number of right)Source: http://wiki.services.openoffice.org/wiki/Documentation/FAQ/Formula/How_do_I_number_my_equations%3F
Precede the localised name with %
, i.e.:
α φ υ ⇒ OOo in English:
%alpha %phi %upsilon
α φ υ ⇒ OOo in Spanish:
%alfa %fi %ípsilon
Quirk: in Spanish “mu” (μ) must be written as %my
(despite being an archaic/rare form)
Write the full name in uppercase
Α Φ Υ ⇒ OOo in English:
%ALPHA %PHI %UPSILON
Α Φ Υ ⇒ OOo in Spanish:
%ALFA %FI %ÍPSILON
Previously: (Source: http://www.oooforum.org/forum/viewtopic.phtml?t=90309)
x "=" csup "?" y
?
» is placed too highmline
lim csub {x toward infinity}
alignr left none stack { {Equation1} # {Equation2} # {Equation3} } right rbrace
Where alignr
aligns the equations to the right, left none
allows an unbalanced bracket and right rbrace
adds a right angled bracket.
Source: Informático de Guardia via ElectroBuntu
Quick recap: (copy-pasted from the above link)
There are five variants of the size-changing command:
To write text that dowsn't display as a variable (in italics) use either “func” or double quotes (typographic double quotes are not recognised)
func Hello func World
or
"Hello World"
Most symbols are included in Unicode so they can be inserted through unicode codes in GNOME (CTRL+Shift+U, Unicode code point).
See Common Unicode Characters and Compose sequences.
Great (official) guide: OpenOffice.org Getting Started With Math (PDF)