File: braces.tex

package info (click to toggle)
hevea 2.38-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,824 kB
  • sloc: ml: 19,525; sh: 505; makefile: 311; ansic: 132
file content (14 lines) | stat: -rw-r--r-- 330 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\documentclass{article}
\usepackage{latexsym}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{mathtools}

\begin{document}
\[
\begin{array}{lcc}
\mbox{Bracket:} & \overbracket{abc\cdots xyz}& \underbracket{abc\cdots xyz}\\
\mbox{ Brace:} & \overbrace{abc\cdots xyz}& \underbrace{abc\cdots xyz}
\end{array}
\]
\end{document}