Changing Font Size in LibreOffice Math Formulas

LibreOffice Math provides dedicated commands to adjust the font size of distinct sections, terms, or individual characters within a single formula. By applying the size command alongside specific numerical values or arithmetic operators, you can scale selected components absolutely or relatively without altering the global base font size of the entire document.

The size Command Syntax

To modify the size of a specific section in a LibreOffice Math formula, enclose the target expression in curly braces {} immediately preceded by the size command and a size attribute:

size <value> { <expression> }

1. Absolute Font Size

You can specify a fixed point size (pt) directly by providing an absolute integer or decimal value:

2. Relative Increase and Decrease

To adjust the size relative to the currently active font size by adding or subtracting point sizes, use the plus (+) or minus (-) operators:

3. Proportional Scaling (Multiplication and Division)

You can scale the size of a section proportionally using multiplication (*) or division (/) factors:

Scope and Grouping Rules