Hi,
I'm using NeoOffice, hoping someone here can help me! If I type the following well-known formula into Math...
x = {-b +- sqrt{b^2-4ac}} over {2a}
then it appears more or less how I expect, but there is a problem with how variables are italicised. The x and the two bs appear as they should, but "4ac" and "2a" appear non-italicised. I've tried adding spaces between them (when using the templates, mainly), but can't make it work.
Any ideas?
Thank you!
Graham
[Solved+Issue] Variables not appearing in italics
[Solved+Issue] Variables not appearing in italics
Last edited by Hagar Delest on Sun Jun 12, 2011 10:46 pm, edited 1 time in total.
Reason: tagged [Solved].
Reason: tagged [Solved].
NeoOffice 3.1.2
Mac OS X 10.6.4
Mac OS X 10.6.4
Re: Variables not appearing in italics
Math does not recognize tokens like "4ac" and "2a" as multiplied terms--how could it?
You have to separate the terms yourself: 2{a}, 4{a}{c}, or just 4{a}c.
You have to separate the terms yourself: 2{a}, 4{a}{c}, or just 4{a}c.
AOO4/LO5 • Linux • Fedora 23
Re: Variables not appearing in italics
I'm using OOO 3.3 and this problem is here too.
However, I found that the problem can be avoided by writing like this:
x = {-b +- sqrt{b^2-4 ac}} over {2 a}
That is a space after the numerals.
This is certainly a bug because Fx shows variables as italics, while 2x doesn't.
However, I found that the problem can be avoided by writing like this:
x = {-b +- sqrt{b^2-4 ac}} over {2 a}
That is a space after the numerals.
This is certainly a bug because Fx shows variables as italics, while 2x doesn't.
Re: Variables not appearing in italics
For the record, bug filed at http://openoffice.org/bugzilla/show_bug.cgi?id=118166
Re: Variables not appearing in italics
Since 3.3, you can use "nospace" to eliminate the extra space. Compare this:
Code: Select all
nospace{2 a b}
newline
2 a bThere are two types of people: those who believe that there are two types of people and those who do not.
openSUSE Leap with KDE Plasma / LibreOffice
openSUSE Leap with KDE Plasma / LibreOffice
Re: Variables not appearing in italics
Yes, nospace does the trick. Thanks.
Before the bug is fixed, I suppose this is the only workaround.
Before the bug is fixed, I suppose this is the only workaround.