https://bugs.documentfoundation.org/show_bug.cgi?id=145473
Bug ID: 145473
Summary: Don't add a space after E# in ToC
Product: LibreOffice
Version: 7.1.5.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Description:
I want to create the ToC that should look like this:
```
1. Foo...................1
2. Bar...................3
3. Baz..................10
```
But I don't want the period after the chapter number in the main text of the
document. So in the main text it should be like this:
```
1 Foo
(The main part of the heading is separated from its number by a tab.)
```
The problem is that when I create ToC, Writer automatically adds a single space
after E#
And so I cannot create the ToC shown above. The closest thing I can have is
```
1 . Foo...................1
2 . Bar...................3
3 . Baz..................10
```
I think it will be much better to not include a space after E# by default. We
already can include as many spaces (or other characters) manually:
[LS] [E#] <space> [E] [T] [#] [LE]
So including the automatic space that cannot be removed doesn't make sense. It
just makes ToC less flexible.
Steps to Reproduce:
-
Actual Results:
-
Expected Results:
-
Reproducible: Always
User Profile Reset: No
Additional Info:
-
--
You are receiving this mail because:
You are the assignee for the bug.