>>>>> "Reuben" == Reuben Thomas <[EMAIL PROTECTED]> writes:
Reuben> The description paragraph style line [S] a truth value
Reuben> where "[S]" is the heading and "a truth value" the
Reuben> description, generates the following LaTeX:
Reuben> \item [\( [S] \}]a truth value
Reuben> which doesn't work, because the first ] is taken to close the
Reuben> heading of the item. It needs to be:
Reuben> \item [{\( [S] \)}]a truth value
This is (as most often with your bug reports :) a real problem. While
LyX tries to avoid this with normal text (by outputting "{]}"), mathed
does not yet. Alejandro, is that easy to fix, or should I add this to
the BUGS list?
JMarc