\ style - Comando Tex

estilo

\style - Se utiliza para aplicar estilos CSS a las matemáticas.

SINOPSIS

{ \style #1 #2}

DESCRIPCIÓN

El comando \ style aplica el estilo CSS a las matemáticas.

OPCIONES

Entrada Descripción
# 1 Declaración de estilo CSS.
# 2 matemáticas para ser estilizadas.

EJEMPLO

  1. \frac{\style{color:red}{x+1}}{y+2}
    $ \ frac {\ style {color: rojo} {x + 1}} {y + 2} $
  2. \style{background-color:yellow}{\frac{x+1}{y+2}}
    $ \ style {color de fondo: amarillo} {\ frac {x + 1} {y + 2}} $
Impresión