When I attempt to modify the generated paragraph style in MS-Word or OpenOffice/Libre, the space after the paragraph is always set to 0pt. More precisely, I've defined paragraph-style "Foo" as follows: <paragraph-style name="Foo"
space-before="10pt" space-after="20pt" />and the fo:block referencing paragraph-style "Foo" has no attribute space-after or margin-bottom directly set on it. The generated word processor file looks as expected. However, when I used the style editor of MS-Word or OpenOffice/Libre Office to modify the "Foo" paragraph style, I've found that, while the space before the paragraph was indeed set to 10pt, the space after the paragraph was set to 0pt. Please fix this bug. |