I have this problem with Latex within quote.
For example, I want to show the following text in quote:
Let $(I, \leq)$ be an ordered index set, and let $(\Omega, \mathcal{F},\mathcal{F}_t, \mathbb{P})$ be a filtered probability space.
If I type the following text in edit box:
Let $(I, \leq)$ be an ordered index set, and let $(\Omega, \mathcal{F}, \mathcal{F}_t, \mathbb{P})$ be a filtered probability space.
and then quote it, the system will automatically break line in the middle of a Latex expression,
> Let $(I, \leq)$ be an ordered index
> set, and let $(\Omega, \mathcal{F},
> \mathcal{F}_t, \mathbb{P})$ be a
> filtered probability space.
resulting in an additional ">" in the middle of the latex expression $(\Omega, \mathcal{F},> \mathcal{F}_t, \mathbb{P})$:
Let $(I, \leq)$ be an ordered index set, and let $(\Omega, \mathcal{F}, > \mathcal{F}_t, \mathbb{P})$ be a filtered probability space.
I was wondering if there is any solution? Thanks!