On Sun, Feb 1, 2009 at 5:25 PM, Murray Eisenberg <[email protected]> wrote:
> Sorry, I read the original post too quickly. I realize the issue is with the
> space between the equivalence sign and the two sets of equations.
>
> The problem is the use of the cases environment, which is inappropriate. A
> better solution, with the amsmath package loaded, is the LaTeX code:
>
> \begin{equation*}
>  \left\{
>    \begin{aligned}
>      x &= 1, \\
>      y &= x+2
>    \end{aligned}
>  \right.
>  \Leftrightarrow
>  \left\{
>    \begin{aligned}
>      x &= 1, \\
>      y &= 3.
>    \end{aligned}
>  \right.
> \end{equation*}
>
> (Sorry, I don't have the original equations at hand.)
>
> I'm just learning LyX, so I'm not sure how much of the preceding can readily
> be done without actually inserting everything directly as LaTeX code.

Thanks, Murray. Inspired by your example, I created a LyX example that
actually works. The procedure is the following:

1. CONTROL + SHIFT + M;
2. Insert --> Math --> Delimiters;
3. Insert the unmatched bracket;
4. Insert -- > Math --> Aligned environment;
5. Insert the equations;
6. Insert the equivalence symbol;
7. Insert the second system of equations.

An example file is attached.

Paul

Attachment: example2.lyx
Description: application/lyx

Reply via email to