
\hfil - Tex Command
NAME
\hfil - Used to set horizontal alignment in matrices and arrays.
SYNOPSIS
{ \hfil }
DESCRIPTION
\hfil command is used to set horizontal alignment in matrices and arrays.
EXAMPLE
-
\begin{matrix} xxxxxx & xxxxxx & xxxxxx \cr ab & \hfil ab & ab\hfil\cr \end{matrix}
$ \begin{matrix} xxxxxx & xxxxxx & xxxxxx \cr ab & \hfil ab & ab\hfil\cr \end{matrix} $
Advertisements