metanorma / mn-samples-plateau

Project PLATEAU by MLIT: Japanese Ministry of Land, Infrastructure, Transport and Tourism (国土交通省)
https://www.mlit.go.jp/plateau/
1 stars 0 forks source link

PDF: lists in change history preface missing list labels #160

Closed ronaldtse closed 1 month ago

ronaldtse commented 1 month ago

In the change history preface, the lists are missing list labels in PDF:

Screenshot 2024-08-23 at 1 11 08 PM

Originally posted by @ronaldtse in https://github.com/metanorma/mn-samples-plateau/issues/159#issuecomment-2306304867

Intelligent2013 commented 1 month ago

The issue relates to whole document, not only the change history. The attribute label is empty in the Presentation XML:

<ol id="_365868f7-db69-873c-d66b-d2b3d4ec8fbf" type="arabic">
    <li id="_0de114c7-1a1b-4944-86aa-0d67130f81a3" label="">
        <p id="_87fe0584-0308-b868-69a4-b0d335d481a3">都市に関わる様々な地理空間データを格納する基盤(オープンデータ化を含む)</p>
    </li>
    <li id="_c48dad76-e063-4dea-9281-5b3275ab0655" label="">
        <p id="_ff6def13-2aee-b318-ac5b-68789c067f0f">3次元空間における都市計画決定情報の可視化</p>
    </li>
    <li id="_b8f92982-2a32-48ae-97d3-cfed7fd98db5" label="">
        <p id="_9a1c0cf0-9bf5-e87b-67c8-cd3111b70668">災害リスク情報の3次元可視化</p>
    </li>
</ol>

@opoudjis could you check what's happened?

opoudjis commented 1 month ago

This was fixed in https://github.com/metanorma/metanorma-plateau/commit/ab5f334bab71bd305b98d8bc85d31161e777e6d5 . Please confirm.

Intelligent2013 commented 1 month ago

Confirmed: image

@opoudjis thanks!