
\mathbin - Tex Command
mathbin
\mathbin - Used to give the correct spacing to make an object into a binary operator.
SYNOPSIS
{ \mathbin #1 }
DESCRIPTION
\mathbin command is used to give the correct spacing to make an object into a binary operator;binary operators have some extra space around them.
EXAMPLE
-
a\text{op} b
$ a\text{op} b $ -
a\mathbin{\text{op}} b
$ a\mathbin{\text{op}} b $ -
a\Diamond b
$ a\Diamond b $ -
a\mathbin{\Diamond}b
$ a\mathbin{\Diamond}b $
Advertisements