OK, I have two problems at this point. One is I can't find anything to let me do boolean XOR -- its a minor issue (Worst comes to worst, just do X not Y OR Y not X), but I'd like it.
The other is slightly more important, as one of the figures that will crop up very often in my writing is Cin -- a C with a subscript in. Problem is, its being formated to some special character instead of staying "in", and I can't figure out why!
[Solved] Two questions: C_(in) and XOR
[Solved] Two questions: C_(in) and XOR
Last edited by RonLugge on Thu Apr 03, 2008 6:23 pm, edited 1 time in total.
Re: Two questions: C_(in) and XOR
in is the math command for "this belongs to". To use in as text, use quotes:
C_"in"
For the boolean xor, you can add the corresponding symbol from a font that contains it. See here:
http://user.services.openoffice.org/en/ ... f=12&t=125
C_"in"
For the boolean xor, you can add the corresponding symbol from a font that contains it. See here:
http://user.services.openoffice.org/en/ ... f=12&t=125
There 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: Two questions: C_(in) and XOR
Only problem being, I don't have a font that contains it...
Oh well, thanks for the help. Do you know of a font with the boolean XOR simbol?
Oh well, thanks for the help. Do you know of a font with the boolean XOR simbol?
Re: Two questions: C_(in) and XOR
AOO4/LO5 • Linux • Fedora 23
Re: Two questions: C_(in) and XOR
Alas, that isn't the XOR symbol the teacher uses (a circle with a + inside)... oh well, I'll just keep on fudging it with either typing XOR or the and not and not and thing.
Re: Two questions: C_(in) and XOR
http://www.fileformat.info/info/unicode ... upport.htm
Try it yourself: Just start at the top of the fileformat.info site, browse to Unicode > Blocks; when you find the character you're interested in, click "Font support".
Try it yourself: Just start at the top of the fileformat.info site, browse to Unicode > Blocks; when you find the character you're interested in, click "Font support".
AOO4/LO5 • Linux • Fedora 23
Re: Two questions: C_(in) and XOR
Math have that binary operator. Try:RonLugge wrote:a circle with a + inside
a oplus b
There 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: Two questions: C_(in) and XOR
It works.RGB wrote: a oplus b
Thanks.
NeoOffice 3.2.1 with MacOS 10.6.8