
\mathrel - Tex Command
mathrel
\mathrel - forces the argument to be treated in the 'relation' class.
SYNOPSIS
{ \mathrel #1}
DESCRIPTION
\mathrel command is used to force the argument to be treated in the 'relation' class.
EXAMPLE
-
a \# b
$ a \# b $ -
a \mathrel{\#} b
$ a \mathrel{\#} b $
Advertisements