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

\underset - Tex Command


Advertisements

underset

\underset - Used to undersets argument #1 (in scriptstyle) under argument #2.

SYNOPSIS

{ \underset #1 #2}

DESCRIPTION

\underset command undersets argument #1 (in scriptstyle) under argument #2;the top item is properly aligned with the surrounding text (their baselines match).

EXAMPLE

  1. \underset{\rm bottom}{\rm top}
    topbottom
  2. \underset ab
    ba
Print