Here is the simultaneous equations that (apparently) Microsoft could not be bothered to use:
Ident = DesiredIndent x Level Number
Text Indent = kL + I + A
and
A = k(L - 1) + I + A
Where
A = Alignment
k = kern (width of font)
L = Level number
I = Desired basis indent
So this can be fixed by creating a custom multilevel list and loading them with the correct values, but you will literally have to print a font sample and measure the kern of the font. The easiest way is to print:
1.1.1.1
and measure the distance between two adjacent '.' characters. You should change your Word settings to millimeters first for maximum resolution, you can always change it back. For convenience here are the numbers for Calibri 11 but will work for most 11 point fonts:
Level | Align | Indent |
1 | 0 | 13 |
2 | 13 | 29 |
3 | 29 | 48 |
4 | 48 | 70 |
5 | 70 | 95 |
6 | 95 | 123 |
7 | 123 | 154 |
8 | 154 | 188 |
9 | 188 | 225 |
Here is a nice screenshot of indent heaven:
No comments:
Post a Comment