\begin{align*}
a=b &\Rightarrow c=d\\
&\Rightarrow f=g \text{ because a is positive, b is negative and also f is positive using the previous lemma}\\
&\Rightarrow cs = de
\end{align*}
The problem is in line 2 (where f=g), the explanation sentence is too long and it is cut (I basically get in my document only the first half).
Any help with this ?
Thanks
Last edited by helllo on Fri Aug 27, 2010 1:35 pm, edited 1 time in total.
\begin{align*}
a=b &\Rightarrow c=d\\
&\Rightarrow f=g \text{ because a is positive, b is negative and also f is positive using the previous lemma}\\
&\Rightarrow cs = de
\end{align*}
The problem is in line 2 (where f=g), the explanation sentence is too long and it is cut (I basically get in my document only the first half).
Any help with this ?
put the text into a parbox or alternetively use \intertext{...}
instead.
\begin{align*}
a=b &\Rightarrow c=d\\
&\Rightarrow f=g \text{ because a is positive, b is negative and also f is positive using the previous lemma}\\
&\Rightarrow cs = de
\end{align*}
The problem is in line 2 (where f=g), the explanation sentence is too long and it is cut (I basically get in my document only the first half).
Any help with this ?
put the text into a parbox or alternetively use \intertext{...}
instead.
\begin{align*}
a=b &\Rightarrow c=d\\
&\Rightarrow f=g\quad{\parbox{11cm}{\textrm because a is positive, b is negative and also f is positive using the previous lemma}}\\
&\Rightarrow cs = de\\
\end{align*}
\begin{align*}
a=b &\Rightarrow c=d\\
&\Rightarrow f=g\quad{\parbox{11cm}{\textrm because a is positive, b is negative and also f is positive using the previous lemma}}\\
&\Rightarrow cs = de\\
\end{align*}
hope this helps!
should be \text{ \parbox{11cm}{...}}
your \textrm is senseless.
localghost wrote:Now that the problem is solved, please mark the topic accordingly as described in Section 3 of the Board Rules. In the meantime you should know that.
Best regards
Thorsten
yeah I know, I usually always mark them as solved (when they are). I just forgot this time.