metanorma / metanorma-iso

Metanorma processor for ISO standards
BSD 2-Clause "Simplified" License
14 stars 5 forks source link

(URGENT, ISO 6709) Edited DIS: "List Number X" and "List Continue X" should be font size 10 #724

Closed ronaldtse closed 2 years ago

ronaldtse commented 2 years ago

List Number X

In latest generated Edited DIS document:

image

In original ISO 6709 Final:

Screenshot 2022-06-09 at 9 23 19 PM

List Continue X

In latest generated Edited DIS document:

Screenshot 2022-06-09 at 9 23 44 PM

In original ISO 6709 Final:

Screenshot 2022-06-09 at 9 23 58 PM
opoudjis commented 2 years ago

Cannot replicate.

ronaldtse commented 2 years ago

@opoudjis you're right about 6709. I'm actually encountering this in another document. Let me check.

ronaldtse commented 2 years ago

I'm still seeing this in https://github.com/metanorma/iso-19135 . Can you check?

ronaldtse commented 2 years ago

@opoudjis I confirm that this issue is still around in iso-19135 with Git gems or published gems.

opoudjis commented 2 years ago

I don't know how, but the culprit is the following CSS rule, inherited from my defaults set in the original ISO stylesheet:

table.MsoISOTable p, table.MsoISOTableBig p {
  font-size: 10pt; }

I don't know why this rule is affecting the list; it points to a table not being closed properly. In any case, the blanket use of styled paragraphs in DIS means this rule can be done away with.