<ack>

Appears in

Frequency

<back>

Zero or more times

The Acknowledgements section.

In the case it has a title, (e.g. “Acknowledgments” ) identify it in <title>. The element <p> is used to identify paragraphs of text.

Note

The element <sec> must not be used inside the ack element.

Example:

...
<back>
    <ack>
        <title>Remerciement</title>
        <p>Texte de remerciement.</p>
    </ack>
</back>
...