My problem: I want to add this kind of formula into my LibreOffice writer document:
What I have for now in my formula is: C = C({ Y-T }csub{ + }, i csub{ - })
But the operators like + or - can only be used with other characters. For example C = C( {Y-T}csub{ +0 }, i csub{-0})
My question is then: How to allow the usage of different operators (like + or -) in a formula without adding other character to see a result as on the image ?
(I tried using spaces, but it doesn’t work)