Override Parent List Style in Children
I want to make a multilevel list in the following manner:
I. Title
1.1 Subtitle
1.2 Subtitle
1.3 Subtitle
II. Title
2.1 Subtitle
2.2 Subtitle
However, if I set the first-level numbering format to I, II, III, and second-level numbering to 1, 2, 3, 4 with the numbering as ^1.^2^t, it will display I.1, I.2, I.3, and so on instead of 1.1, 1.2, 1.3.
Is there any way to "override" the parent numbering style when referencing it? If not, I think it is a quite common scenario and I would like to add this feature.
