[OS X TeX] brace spanning equations

Andrei Sobolevskii ansobol at gmail.com
Tue Mar 21 19:52:52 CET 2006


>> I still have not solved this for myself. What is the magic command?
>>
>> Thanks.
>>
>> George Dorner
>>
>>
>> On Mar 15, 2006, at 4:48 PM, KL Tah wrote:
>>
>>> hi all,
>>>
>>> sorry if this is elementary by i couldn't find an answer to  this  
>>> on the web.
>>> what's the control sequence to have a vertical brace spanning  
>>> several equations?


Neither cases nor array will provide a simple way to number equations  
separately.  To achieve that you may use the empheq package:
http://www.ctan.org/info?id=empheq

\documentclass{article}
\usepackage{amsmath,empheq}
\begin{document}
\begin{empheq}[left=\left\{,right=\right.]{align}
   \label{eq:1}
   E &= mc^2,\\
   \label{eq:2}
   pV &= \frac m\mu RT.
\end{empheq}
\end{document}

HTH
Andrei



Andrei Sobolevskii
--
Associate Professor
Physics Department
M. V. Lomonosov Moscow State University
Russia


------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
          & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/




More information about the macostex-archives mailing list