Greek Symbols and Special Operators in LibreOffice Math
LibreOffice Math provides a flexible formula editor that allows you to insert Greek letters and complex mathematical operators using both direct text commands and graphical user interface tools. This guide explains how to quickly type Greek symbols using percentage prefixes, access the built-in Symbols Catalog, and format common mathematical and logical operators.
How to Insert Greek Symbols
You can insert Greek characters by typing predefined keywords directly into the formula editor or by selecting them from the graphical catalog.
Direct Keyword Input
To type Greek letters quickly, precede the name of the letter with a
percent sign (%). Lowercase letter names produce lowercase
Greek characters, while uppercase letter names produce capitalized Greek
characters.
- Lowercase Greek Letters:
%alpha→ \(\alpha\)%beta→ \(\beta\)%gamma→ \(\gamma\)%delta→ \(\delta\)%theta→ \(\theta\)%pi→ \(\pi\)%sigma→ \(\sigma\)%omega→ \(\omega\)
- Uppercase Greek Letters:
%ALPHA→ \(\mathrm{A}\)%GAMMAor%GAMMA→ \(\Gamma\)%DELTA→ \(\Delta\)%THETA→ \(\Theta\)%SIGMA→ \(\Sigma\)%OMEGA→ \(\Omega\)
Using the Symbols Catalog
If you do not remember the specific name of a character: 1. Click the Symbols icon (the Greek letter \(\Omega\)) on the standard toolbar, or go to Tools > Catalog. 2. Set the Symbol set dropdown menu to Greek. 3. Select the desired symbol from the grid and click Insert.
How to Insert Special Operators
LibreOffice Math uses specific markup keywords to render binary operations, relational symbols, calculus notations, and set theory operators.
Common Operators and Syntax
- Arithmetic and Algebraic Operators:
- Multiplication dot:
cdot(e.g.,a cdot b) - Multiplication cross:
times(e.g.,a times b) - Division sign:
div(e.g.,a div b) - Fractions:
over(e.g.,{a + b} over {c + d}) - Plus/Minus:
plusminusor+ -(e.g.,plusminus x) - Square root:
sqrt{x} - N-th root:
nroot{n}{x}
- Multiplication dot:
- Relational Operators:
- Less than or equal to:
<= - Greater than or equal to:
>= - Not equal to:
<>orneq - Approximately equal to:
approx - Proportional to:
prop - Equivalent to:
equiv
- Less than or equal to:
- Set Theory and Logic:
- Element of:
in - Not an element of:
notin - Subset of:
subset - Intersection:
intersection - Union:
union - Empty set:
emptyset - Logical AND:
and - Logical OR:
or - Logical NOT:
neg - For all:
forall - There exists:
exists
- Element of:
- Calculus and Advanced Operators:
- Definite/Indefinite Integral:
int(e.g.,int from{0} to{infinity} {f(x) dx}) - Summation:
sum(e.g.,sum from{i=1} to{n} {i}) - Product:
prod(e.g.,prod from{i=1} to{n} {x_i}) - Infinity:
infinityorinfty - Partial derivative:
partial - Del/Nabla operator:
nabla
- Definite/Indefinite Integral:
Using the Elements Dock
If you prefer not to memorize operator markup: 1. Enable the Elements dock by navigating to View > Elements. 2. Use the drop-down menu or category buttons (such as Unary/Binary Operators, Relations, Set Operations, or Operators). 3. Click any operator template to insert its placeholder structure directly into the equation editor.