| View previous topic :: View next topic |
| Author |
Message |
afy Newbie

Joined: 17 Jan 2012 Posts: 2
|
Posted: Tue Jan 17, 2012 3:22 am Post subject: How do I remove inverted question mark in formula? |
|
|
Hi, I'm trying to write the following formula (selecting Insert->Object->Formula):
N = A \Bigg( {B} over {C} \Bigg) \Bigg( {D} over {E} \Bigg)^{-1}
but four inverted question marks appears on the top. I know they mean that expression is incomplete. Why do they appear? this expression doesn't look incomplete to me!
I am using OOoLatex version 4.0.0-beta-2
Thank you in advance |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
Posted: Tue Jan 17, 2012 4:16 am Post subject: |
|
|
No problem with TexMaths
though you probably mean:
| Code: | | N = A \Bigg( {{B} \over {C}} \Bigg) \Bigg( {{D} \over {E}} \Bigg)^{-1} |
 _________________ LibreOffice 3.6.6 on Fedora 18, LibreOffice 4.0.2 on Ubuntu 13.04 (Double Boot) |
|
| Back to top |
|
 |
afy Newbie

Joined: 17 Jan 2012 Posts: 2
|
Posted: Wed Jan 18, 2012 6:47 am Post subject: |
|
|
Well, I cut and pasted the formulas that you wrote down and they both don't work for me. I solved my problem using 'equation' instead, that is even simpler, being standard latex.
But the error with 'Formula' isn't solved. |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
Posted: Wed Jan 18, 2012 9:59 am Post subject: |
|
|
Insert->Object->Formula doesn't use LaTeX. The equivalent formula there is:
| Code: | | N = A left(B over C right)left(D over E right)^-1 |
_________________ LibreOffice 3.6.6 on Fedora 18, LibreOffice 4.0.2 on Ubuntu 13.04 (Double Boot) |
|
| Back to top |
|
 |
|