Search found 1 match

by Lauren
Wed May 06, 2009 11:24 pm
Forum: Math & Science
Topic: How to put a horizontal line in eqnarray
Replies: 4
Views: 20214

How to put a horizontal line in eqnarray

I am using the \cline workaround suggested above, and have found that a large amount of vertical whitespace is inserted before the horizontal line, so I do this:

\begin{align*}
x + y &= 10 \\
x - y &= 5 \\[-11pt]
\cline{1-2}
x + y &= 10 \\
x &= 5 + y \\[-11pt]
\cline{1-2}
(5 + y) + y &= 10 ...