[texhax] bracket

Axel E. Retif axel.retif at mac.com
Wed Apr 29 08:07:41 CEST 2009


On  28 Apr, 2009, at 08:28, Gabrielle Araj wrote:

> I would like help in coding these brackets in latex.
>
> http://img522.imageshack.us/img522/2726/46144555.png

\documentclass{article}
\usepackage{amsmath}
\begin{document}
\[
\mathrm{aaa}\quad
\begin{cases}
\mathrm{a}\\ \mathrm{a}\\ \mathrm{a}\\ \mathrm{a}
\end{cases}
\hspace{3pc}
\mathrm{bbb}
\begin{cases}
\mathrm{b}\\ \mathrm{b}\\ \mathrm{b}\\ \mathrm{b}
\end{cases}
\hspace{3pc}
\raisebox{1ex}{$\mathrm{ccc}$\!\!}
\begin{cases}
\mathrm{c}\\ \mathrm{c}\\ \mathrm{c}\\ \mathrm{c}
\end{cases}
\]
\end{document}

Best,

Axel



More information about the texhax mailing list