\ small - Comando Tex

pequeña

\small - Se usa para encender tamaño pequeño.

SINOPSIS

{ \small ...}

DESCRIPCIÓN

\ small command activa el tamaño pequeño.

EJEMPLO

  1. \rm\tiny tiny \Tiny Tiny
    \small small \normalsize normal
    \large lg \Large Lg \LARGE LG
    \huge hg \Huge Hg
    $ \ rm \ minúsculo diminuto \ minúsculo minúsculo \ pequeño pequeño \ tamaño normal normal \ grande lg \ Large Lg \ LARGE LG \ enorme hg \ enorme Hg $
  2. \def\myExp{\alpha\frac xy}
    \tiny\myExp \Tiny\myExp
    \small\myExp \normalsize\myExp
    \large\myExp \Large\myExp \LARGE\myExp
    \huge\myExp \Huge\myExp
    $ \ def \ myExp {\ alpha \ frac xy} \ tiny \ myExp \ Tiny \ myExp \ small \ myExp \ normalsize \ myExp \ large \ myExp \ Large \ myExp \ LARGE \ myExp \ huge \ myExp \ Huge \ myExp $
  3. ab{\small cd} cd
    $ ab {\ cd pequeño} cd $
  4. ab\small{cd} cd
    $ ab \ pequeño {cd} cd $
Impresión