metanorma / metanorma-iso

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

PDF bookmarks: missing id for floating title #1128

Closed Intelligent2013 closed 7 months ago

Intelligent2013 commented 7 months ago

Source issue: https://github.com/metanorma/metanorma/issues/357

From .pdf.err:

Bookmarks: Unresolved ID reference "_validating_the_certificate_revocation_information" found.

The Presentation XML:

<p id="_validating_the_certificate_revocation_information" depth="5" type="floating-title">Validating the Certificate Revocation Information</p>

The XSL-FO:

                <fo:bookmark starting-state="hide" internal-destination="_certificate_revocation">
                    <fo:bookmark-title>14.6.2 Certificate Revocation</fo:bookmark-title>
                    <fo:bookmark starting-state="hide" internal-destination="_validating_the_certificate_revocation_information">
                        <fo:bookmark-title>Validating the Certificate Revocation Information</fo:bookmark-title>
                    </fo:bookmark>
                </fo:bookmark>
...
                           <fo:block font-size="10.5pt" font-weight="bold" space-before="3pt" space-after="8pt" keep-with-next="always" role="H5">Validating the Certificate Revocation Information</fo:block>
Intelligent2013 commented 7 months ago

Fixed.