[texhax] \hline in align environment

Lars Madsen daleif at imf.au.dk
Wed Jan 7 13:44:46 CET 2009


Philip TAYLOR (Ret'd) wrote:
> 
> Nina Mazumdar wrote:
> 
>> How about this?
>>
>> \begin {align*}
>>        4x+  6y -2z &= -4\\
>>         x -y +2z   &=  9\\[-1.4 ex]
>>        \cline{1-2}
>>         5x + 5y    &= 5\\
>>          x + y &= 1
>>  \end {align*}
> 
> I see no line where the \cline contruct occurs;
> do you see one, Nina ?
> 
> ** Phil.
> _______________________________________________
> TeX FAQ: http://www.tex.ac.uk/faq
> Mailing list archives: http://tug.org/pipermail/texhax/
> More links: http://tug.org/begin.html
> 
> Automated subscription management: http://tug.org/mailman/listinfo/texhax
> Human mailing list managers: postmaster at tug.org

works fine for me

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

\begin {align*}
        4x+  6y -2z &= -4\\
         x -y +2z   &=  9\\[-1.4 ex]
        \cline{1-2}
         5x + 5y    &= 5\\
          x + y &= 1
  \end {align*}

\end{document}



-- 

/daleif


More information about the texhax mailing list