\ hphantom - Comando Tex

NOMBRE

\hphantom - fantasma horizontal.

SINOPSIS

{ \hphantom #1 }

DESCRIPCIÓN

El cuadro creado por \ hphantom tiene el ancho de su argumento, pero su altura y profundidad son cero (por lo que no contribuye a ningún problema de espaciado vertical). En otras palabras, \ hphantom crea un espacio horizontal igual al producido por su argumento, pero no crea ningún espacio vertical.

EJEMPLO

  1. \begin{array}{l}
    \text{Side Angle Side}\\
    \text{S}\hphantom{\text{ide }}\text{A}\hphantom{\text{ngle }}\text{S}
    \end{array}
    $ \ begin {array} {l} \ text {Ángulo lateral Lado} \\ \ text {S} \ hphantom {\ text {ide}} \ text {A} \ hphantom {\ text {ngle}} \ text {S } \ end {matriz} $
Impresión