[texhax] Align question

Lars Madsen daleif at imf.au.dk
Tue Oct 11 16:35:41 CEST 2011


Steven Jonak wrote, On 2011-10-06 15:48:
> I usually use something like this:
> \begin{itemize}
> \item
> \begin{align*}
> f'(x)=(\sin x^3)(3x^2)\\
> &=3x^2 \sin x^3
> \end{align*}
> \item 
> \begin{align*}
> f'(x)=(x+2)(x+3)\\
> &=x^2+5x+6
> \end{align*}
> \end{itemize}
>  
> S Jonak
> "Maintain an even strain."
> 
>>>> Lars Madsen <daleif at imf.au.dk> 10/6/2011 7:39 AM >>>
> Steven Jonak wrote, On 2011-10-06 14:19:
>> I'm trying to make an answer key for a set of problems and I would like the solutions to not be centered.  I've been using the \begin{align*} and \end{align*} but my solutions are always centered on the page.  I would like them on the left--next to the problem number.  Is there a way (or different command) to "uncenter" my solutions?
>>  
>>  
>> S Jonak
>> "Maintain an even strain."
>> NOTICE TO RECIPIENTS:  This e-mail, together with any attachments, is intended for the named recipient(s) only.  If you have received this e-mail by mistake, inform the sender immediately and delete and destroy the message and any copies of this message from your computer system network.    
>> This e-mail may contain information which is confidential, of a private nature which is subject to legal professional privilege or copyright.  Accordingly, any form of disclosure, modification, distribution and/or publication of this email message is prohibited.  
>>
>>
> 
> A minimal example would be nice
> 

Do you need it centered or will this do (memoir not important)

\documentclass[a4paper]{memoir}
\usepackage{amsmath}
\begin{document}

\begin{itemize}
\item
   $ \displaystyle
\begin{aligned}[t]
f'(x)&=(\sin x3)(3x2)\\
&=3x2 \sin x3
\end{aligned}
$
\item
$\displaystyle
\begin{aligned}[t]
f'(x)&=(x+2)(x+3)\\
&=x2+5x+6
\end{aligned}
$
\end{itemize}


\end{document}


-- 

/daleif


More information about the texhax mailing list