[Solved] Exponent can only be number?

Discuss the formula editor
Post Reply
bostr
Posts: 2
Joined: Wed Mar 26, 2008 12:13 pm

[Solved] Exponent can only be number?

Post by bostr »

Hello,

i have problem with some simbols in Math. I want to make a mathematical simbol for whole negative numbers. For whole numbers i use code "setZ". For whole negative nubers i tried to use code "setZ^-". But this code isn't correct. It shows an error (unexpected sign). Problem is when printing document, it also prints marks for errors. Can i use another code? Can i hide error marks?

Thanks,
Boštjan
Last edited by bostr on Wed Mar 26, 2008 1:04 pm, edited 1 time in total.
User avatar
Hagar Delest
Moderator
Posts: 32670
Joined: Sun Oct 07, 2007 9:07 pm
Location: France

Re: Exponent can only be number?

Post by Hagar Delest »

Try

Code: Select all

setZ^{"-"}
Thanks to add '[Solved]' in your first post title (edit button) if your issue has been fixed.
LibreOffice 7.6.2.1 on Xubuntu 23.10 and 7.6.4.1 portable on Windows 10
bostr
Posts: 2
Joined: Wed Mar 26, 2008 12:13 pm

Re: Exponent can only be number?

Post by bostr »

Thanks!
Post Reply