Loading [MathJax]/jax/output/CommonHTML/jax.js

over and underbrace brace in Tex

Use the Tex code below to generated upper and lower brace

\overbrace{your-formula}^\text{your comment} 
\underbrace{your-formula}_\text{your comment} 

The code below will give this result s=complex numberσreal+jωimaginary


\[
  z = \overbrace{
    \underbrace{x}_\text{real} +
    \underbrace{iy}_\text{imaginary}
   }^\text{complex number}
 \]

No comments:

Post a Comment