How to display a piecewise function in LibreOffice Writer?

I have the following code

%tau _j( p;k_j,q_j ):= left lbrace binom{1:I(k_j)<I(q_j)}{0:I(k_j)>I(q_j)} right rbrace

and i want to get rid of the right curly brace, so that it is a piecewise function. What should I do?

Thanks for your help!

Hi,

Is this what you are looking for?

%tau _j( p;k_j,q_j ):= left lbrace binom{1:I(k_j)<i(q_j)}{0:i(k_j) gt i(q_j)} right none

you had a few extra characters that were not belonging there.

Good luck

yes indeed!
“right none” is the key.

Thank you!