\dots - Tex Command



NAME

\dots - Used to draw ellipsis symbol.

SYNOPSIS

{ \dots }

DESCRIPTION

\dots command draws small ellipsis symbol.

EXAMPLE

  1. x_1, \dots, x_n
    x1,,xn
  2. x_1 + \dots + x_n
    x1++xn
  3. x_1 + \dotsb + x_n
    x1++xn
  4. x_1 + \cdots + x_n
    x1++xn
Advertisements