\ small - Comando Tex

pequeno

\small - Usado para ligar o tamanho pequeno.

SINOPSE

{ \small ...}

DESCRIÇÃO

\ comando pequeno liga o tamanho pequeno.

EXEMPLO

  1. \rm\tiny tiny \Tiny Tiny
    \small small \normalsize normal
    \large lg \Large Lg \LARGE LG
    \huge hg \Huge Hg
    $ \ rm \ tiny tiny \ Tiny Tiny \ pequeno pequeno \ tamanho normal normal \ grande lg \ Grande Lg \ GRANDE LG \ enorme hg \ Huge 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 \ large \ myExp \ Huge \ myExp $
  3. ab{\small cd} cd
    $ ab {\ small cd} cd $
  4. ab\small{cd} cd
    $ ab \ small {cd} cd $
Impressão