Math - Formatos
Esta es la lista de formatos que puedes utilizar en OpenOffice Math.
Operación | Comando | Resultado | |||
Left superscript | Superíndice a la izquierda | a lsup{b} | |||
Center superscript | Superíndice encima | a csup{b} | |||
Right superscript | Superíndice a la derecha | a^{b} | |||
Left subscript | Subíndice a la izquierda | a lsub{b} | |||
Center subscript | Subíndice debajo | a csub{b} | |||
Right subscript | Subíndice a la derecha | a_{b} | |||
Align character to left (text is aligned center by default) | Alinear a la izquierda(el texto se alinea al centro por defecto) | stack { Hola mundo # alignl (a) } |
| ||
Align character to center | Alinear al centro | stack{Hola mundo # alignc(a)} |
| ||
Align character to right | Alinear a la derecha | stack { Hola mundo # alignr(a)} |
| ||
Vertical stack of 2 | Disposición en vertical de dos elementos | binom{a}{b} | |||
Vertical stack, more than 2 | Disposición en vertical de más de dos elementos | stack{a # b # z} | |||
Matrix | Matriz | matrix{a # b ## c # d} | |||
Equations aligned at '=' (using 'matrix') | Ecuaciones alineadas por el = (usando matrices) | matrix{a # "=" # alignl{b} ##{} # "=" # alignl{c+1}} | |||
Equations aligned at '=' (using 'phantom') | Ecuaciones alineadas por el = (usando transparente) | stack{alignl{a} = b #alignl{phantom{a} = c+1}} | |||
New line | Nueva línea | asldkfjo newline sadkfj | |||
Small gap (grave) | Espacio pequeño (acento grave) | texto `texto | |||
Large gap (tilde) | Espacio grande (tilde) | texto~texto |