align in tabular
Reinhard Kotucha <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.general |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "abcollier" == abcollier <[email protected]> writes: > hello, i am trying to typeset a math align environment inside a > tabular but the use of the ampersands seems to clash. does > anyone know how to do this? This list is for teTeX specific questions. For general questions about LaTeX, comp.text.tex is a better place to ask. Put the \align environment into curly braces. \begin{tabular}{|p{0.9\textwidth}|} foo \\ {\begin{align} x &= y \\ a &= b \end{align}} \end{tabular} Regards, Reinhard -- ---------------------------------------------------------------------------- Reinhard Kotucha Phone: +49-511-4592165 Marschnerstr. 25 D-30167 Hannover mailto:[email protected] ---------------------------------------------------------------------------- Microsoft isn't the answer. Microsoft is the question, and the answer is NO. ----------------------------------------------------------------------------