Table of Contents

OpenOffice.org tips/cheat sheet

Stuff I often need and often forget, mainly related to the formula-editor

Numbered equations

Source: http://wiki.services.openoffice.org/wiki/Documentation/FAQ/Formula/How_do_I_number_my_equations%3F

Formula editor

Greek letters

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)

Uppercase

Write the full name in uppercase

Α Φ Υ ⇒ OOo in English:

%ALPHA %PHI %UPSILON


Α Φ Υ ⇒ OOo in Spanish:

%ALFA %FI %ÍPSILON

Questioned equal to symbol (≟ / "=?")

Previously: (Source: http://www.oooforum.org/forum/viewtopic.phtml?t=90309)

Vertical line ( {x | x > 3} )

mline

Limits

lim csub {x toward infinity}

System of equations

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

Formula text size

See: http://wiki.services.openoffice.org/wiki/Documentation/FAQ/Formula/How_do_I_change_the_size_of_a_subformula%3F

Quick recap: (copy-pasted from the above link) There are five variants of the size-changing command:

Literal text

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"

Text editor

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.

Reference

Great (official) guide: OpenOffice.org Getting Started With Math (PDF)

1) Second alternative didn't work for me