How to type text. Specifically and

Discuss the formula editor
Post Reply
wtp
Posts: 3
Joined: Tue Feb 03, 2015 2:56 am

How to type text. Specifically and

Post by wtp »

I want to type the word "and" but it's not allowing me and there's no clearly documented answer to this question
OpenOffice 4.1.1 Windows 7
FJCC
Moderator
Posts: 9271
Joined: Sat Nov 08, 2008 8:08 pm
Location: Colorado, USA

Re: How to type text. Specifically and

Post by FJCC »

Putting the text in quotes seems to work

Code: Select all

x^3 "and" y^3
OpenOffice 4.1 on Windows 10 and Linux Mint
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
User avatar
keme
Volunteer
Posts: 3703
Joined: Wed Nov 28, 2007 10:27 am
Location: Egersund, Norway

Re: How to type text. Specifically and

Post by keme »

If you want the "and" to behave as an operator (formatting and context), you can also declare the occurrence explicitly as a binary operator by keyword "boper".

Code: Select all

x^3 boper and y^3
Apache OO 4.1.12 and LibreOffice 7.5, mostly on Ms Windows 10
Post Reply