Loading [MathJax]/jax/output/HTML-CSS/jax.js

\hdashline - Tex Command


Advertisements

NAME

\hdashline - Used to draw horizontal dash line.

SYNOPSIS

{ \hdashline }

DESCRIPTION

\hdashline command draws horizontal dash line.

EXAMPLE

  1. \begin{matrix}
    x_{11} & x_{12} \\
    x_{21} & x_{22} \strut \\
    \hdashline
    x_{31} & x_{32} \strut
    \end{matrix}
    x11x12x21x22x31x32
Print