\Rule - Tex Command



Rule

\Rule - Used to create a MathJax-specific macro giving a rule with a specified width, height, and depth.

SYNOPSIS

{ \Rule <dimenWidth> <dimenHeight> <dimenDepth> }

DESCRIPTION

\Rule command is used to create a MathJax-specific macro giving a rule with a specified width, height, and depth.

EXAMPLE

  1. x\Rule{3px}{1ex}{2ex}x
    $ x\Rule{3px}{1ex}{2ex}x $
  2. x\Rule{3px}{2ex}{1ex}x
    $ x\Rule{3px}{2ex}{1ex}x $
Advertisements