quarto-journals / acm

Quarto template for the Association of Computing Machinery
https://quarto-journals.github.io/acm/
MIT License
16 stars 9 forks source link

Acknowledgment section title is not inserted in acm-html format #27

Open jooyoungseo opened 1 year ago

jooyoungseo commented 1 year ago

ACM template has a special acknowledgement div that automatically inserts unnumbered section header. However, the section header is not inserted in acm-html format.

Reprex

Try to insert acknowledgement section by using the following div. The section title only works for acm-pdf format.


::: acks

We thank ...

:::