\ small - Commande Tex

petit

\small - Utilisé pour activer la petite taille.

SYNOPSIS

{ \small ...}

LA DESCRIPTION

La commande \ small active la petite taille.

EXEMPLE

  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 \ small small \ normalsize normal \ large lg \ Large Lg \ LARGE LG \ énorme 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 \ giant \ myExp \ Huge \ myExp $
  3. ab{\small cd} cd
    $ ab {\ petit cd} cd $
  4. ab\small{cd} cd
    $ ab \ petit {cd} cd $
Impression