
\hbox - Tex Command
NAME
\hbox - Used to treat contents as text, but you can switch to math mode inside.
SYNOPSIS
{ \hbox }
DESCRIPTION
\hbox command is used to treat contents as text, but you can switch to math mode inside.
EXAMPLE
-
\hbox{\alpha a }\alpha a
$ \hbox{\alpha a }\alpha a $ -
\hbox{This is a sentence.}
$ \hbox{This is a sentence.} $ -
\hbox{for all $x > 0$}
$ \hbox{for all $x > 0$} $
Advertisements