I want to write 1/3 in decimal form: 0.3 with a dot above the 3
I have tried
0. dot 3
but that leaves a space between the decimal point and the 3
0.dot 3
doesn't work either
Is there a solution?
[Solved] Recurring decimals in Math editor
[Solved] Recurring decimals in Math editor
Last edited by rsmooo on Thu Nov 10, 2016 10:55 pm, edited 1 time in total.
Apache OpenOffice 4.1.2 - Windows 7 Home Premium SP1
Re: recurring decimals in math editor
Same problem using
0. oveline 3
0. oveline 3
Apache OpenOffice 4.1.2 - Windows 7 Home Premium SP1
Re: Recurring decimals in math editor
Try
Code: Select all
dot { 0.3~ }
OpenOffice 4.1.11 on Ubuntu; LibreOffice 6.4 on Linux Mint, LibreOffice 7.6.2.1 on Ubuntu
If your problem has been solved or your question has been answered, please edit the first post in this thread and add [Solved] to the title bar.
Nederlandstalig forum
If your problem has been solved or your question has been answered, please edit the first post in this thread and add [Solved] to the title bar.
Nederlandstalig forum
Re: Recurring decimals in math editor
You can use the "nospace" modifier on a grouped object (use braces - {} - to delimit group) to avoid spacing between sub-elements:
Single digit with dot
...and also with overline...
Single digit with dot
Code: Select all
nospace {0. dot 3}
nospace {0.3 dot 3}
nospace {0.3 {3 csup .}}
Code: Select all
1 over 7 = nospace {0. overline {142857} }
Apache OO 4.1.12 and LibreOffice 7.5, mostly on Ms Windows 10
Re: [Solved] Recurring decimals in math editor
Thank you floris v and keme for you quick replies.
Solved.
Solved.
Apache OpenOffice 4.1.2 - Windows 7 Home Premium SP1