[OS X TeX] Item align

David Arnold dwarnold45 at suddenlink.net
Tue Jun 21 18:34:56 EDT 2011


Michael,

Not bad, but in this case the baseline of the first equations winds up atop the baseline of the item number.

\documentclass{article}
\usepackage{amsmath}
\begin{document}

\begin{enumerate}

\item
\begin{minipage}{2in}\begin{align*}
2x+3y&=4\\
y&=\frac23x-4
\end{align*}
\end{minipage}
\end{enumerate}
\end{document}

D.

On Jun 21, 2011, at 3:27 PM, Michael Sharpe wrote:

> 
> On Jun 21, 2011, at 3:12 PM, David Arnold wrote:
> 
>> \documentclass{article}
>> \usepackage{amsmath}
>> \begin{document}
>> 
>> \begin{enumerate}
>> 
>> \item
>> \begin{align*}
>> 2x+3y&=4\\
>> 3x-4y&=12 
>> \end{align*}
>> 
>> \end{enumerate}
>> \end{document}
> 
> You can put the align material inside a minipage, Eg,
> 
> \documentclass{article}
> \usepackage{amsmath}
> \begin{document}
> 
> \begin{enumerate}
> 
> \item
> \begin{minipage}{2in}\begin{align*}
> 2x+3y&=4\\
> 3x-4y&=12 
> \end{align*}
> \end{minipage}
> \end{enumerate}
> \end{document}
> 
> ----------- Please Consult the Following Before Posting -----------
> TeX FAQ: http://www.tex.ac.uk/faq
> List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
> List Archive: http://tug.org/pipermail/macostex-archives/
> TeX on Mac OS X Website: http://mactex-wiki.tug.org/
> List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
> 




More information about the MacOSX-TeX mailing list