
\Space - Tex Command
Space
\Space - Used to create space with a specified width, height, and depth.
SYNOPSIS
{ \Space <dimenWidth> <dimenHeight> <dimenDepth>}
DESCRIPTION
\space command draws space with a specified width, height, and depth.
EXAMPLE
-
a\Rule{5px}{4ex}{2ex}^b_c d
$ a\Rule{5px}{4ex}{2ex}^b_c d $ -
a\Space{5px}{4ex}{2ex}^b_c d
$ a\Space{5px}{4ex}{2ex}^b_c d $
Advertisements