I've been trying to write an equation that you place on 2 lines, joined together with a large brace on the left.
I've tried using
\left\{
but you need to add the right bit which I don't need. I've also tried \bigg\{
but I'm sure there's a proper way of doing it.The equation should look like:
Code: Select all
V = { 0 L<x<G
Inf x
thanks in advance!