Latex math newline line break \\

Decent workaround for now is to split into multiple Latex sections:

$$
\wedge = \text{and}
$$
$$
\lor = \text{or}
$$
$$
\lnot = \text{not}
$$

Result:

image

1 Like