Skip to content

start:

Root / Math -- [Prev    -    Next ]

Can I find all the constructions of Math in the selection window?


There are a few constructions without a corresponding template in the selection window. A good overview can be found in Online Help. See here:

  • Press F1 in OpenOffice.org to open its Online Help.
  • From the dropdown list positioned across the top left column of the Help window, select "Openoffice.org Math".
  • From the large window on the double click on "Formula Reference Tables".

Additional binary operators:

a oplus b
image of formula acquired
a ominus b
image of formula acquired
a otimes b
image of formula acquired
a odot b
image of formula acquired
a odivide b
image of formula acquired
a wideslash b
image of formula acquired
a widebslash b
image of formula acquired

In addition, if %symbol is a userdefined symbol you can use it as a unary or binary operator as follows:

  • uoper %symbol a uses %symbol as a unary operator.
  • a boper %symbol b uses %symbol as a binary operator.

Additional relations:

a << b
image of formula acquired
a >> b
image of formula acquired
a def b
image of formula acquired
a transl b
image of formula acquired
a transr b
image of formula acquired

Additional operators:

liminf f

lim inf f

limsub f

lim sub f

In addition, if %symbol is a userdefined symbol you can use it as an operator as follows:

  • oper %symbol a uses %symbol as an operator.

You can read more about this in FAQ #006.

Additional brackets:

lfloor a rfloor
image of formula acquired
lceil a rceil
image of formula acquired

Since brackets have a grouping function they must always match and be correctly nested. For scalable brackets it is essential that left and right matches, but the brackets can be freely combined. Example:

  • You can enter left ( a right [ to typeset (a[.

You can read more about single brackets in FAQ #001.

Additional symbols:

backepsilon
image of formula acquired

Additional functions:

In addition to the functions that Math knows, you can typeset other functions if you preceed the function name with func, such as func max. You can read more about this in FAQ #007.

Additional font changing commands:

  • nitalic a typesets a in upright shape (abbreviation for not italic).
  • nbold a typesets a with normal weight (abbreviation for not bold).
  • phantom a typesets a invisible.

The command color is used to change the color of a subformula, see FAQ #011 for details.

A complete reference on the Math input language is being worked on.

Root / Math -- [Prev    -    Next ]