
\mathord - Tex Command
mathord
\mathord - forces the argument to be treated in the 'ordinary' class.
SYNOPSIS
{ \mathord #1}
DESCRIPTION
\mathord command is used to force the argument to be treated in the 'ordinary' class.
EXAMPLE
-
a+b+c
$ a+b+c $ -
a\mathord{+}b\mathord{+}c
$ a\mathord{+}b\mathord{+}c $ -
1,234,567
$ 1,234,567 $ -
1\mathord{,}234{,}567
$ 1\mathord{,}234{,}567 $
Advertisements