[Solved] Gap for SI numbers (thousands separator)

Discuss the formula editor
Post Reply
Dr. Barber
Posts: 2
Joined: Tue Jan 21, 2020 4:19 am

[Solved] Gap for SI numbers (thousands separator)

Post by Dr. Barber »

Hi all.
When writing numbers in the SI system the digits of numerical values having more than four digits on either side of the decimal marker are separated into groups of three using a thin, fixed space counting from both the left and right of the decimal marker. Commas are not used to separate digits into groups of three. For example:15 739.012 53

I find that the gap provided by grave (') is too wide for this. Is there a way to make the gap smaller than that provided by grave?

Thanks
Last edited by Dr. Barber on Tue Jan 21, 2020 7:45 pm, edited 1 time in total.
OpenOffice 4.1.7 on macOS Catalina
FJCC
Moderator
Posts: 9277
Joined: Sat Nov 08, 2008 8:08 pm
Location: Colorado, USA

Re: gap for SI numbers

Post by FJCC »

You can go to the menu Format -> Spacing, set the Category to Spacing and shrink the spacing setting. I think that decreases all spacing but it might get you what you want.
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
Zizi64
Volunteer
Posts: 11360
Joined: Wed May 26, 2010 7:55 am
Location: Budapest, Hungary

Re: gap for SI numbers

Post by Zizi64 »

Please upload your sample Math file here.
Tibor Kovacs, Hungary; LO7.5.8 /Win7-10 x64Prof.
PortableApps/winPenPack: LO3.3.0-7.6.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
User avatar
keme
Volunteer
Posts: 3704
Joined: Wed Nov 28, 2007 10:27 am
Location: Egersund, Norway

Re: Gap for SI numbers (thousands separator)

Post by keme »

Have you tried to use just a plain space character?

Enclose the number in curly braces to make it count as one element. The space counts as a token separator.

Code: Select all

{123 456 789}
gives tighter spacing on my system than the "small space"

Code: Select all

123`456`789
Dr. Barber
Posts: 2
Joined: Tue Jan 21, 2020 4:19 am

Re: Gap for SI numbers (thousands separator)

Post by Dr. Barber »

keme wrote:Have you tried to use just a plain space character?

Enclose the number in curly braces to make it count as one element. The space counts as a token separator.

Code: Select all

{123 456 789}
gives tighter spacing on my system than the "small space"

Code: Select all

123`456`789

Thanks!
I had not tried that. This works well!
OpenOffice 4.1.7 on macOS Catalina
Post Reply