rchaput / acronyms

Adds support for Acronyms, and List of Acronyms, to Quarto documents.
GNU General Public License v3.0
20 stars 2 forks source link

Allow to specify additional classes for the List of Acronyms header #14

Closed rchaput closed 9 months ago

rchaput commented 9 months ago

The List of Acronyms (LoA) header uses the loa class by default, which does not do anything. These changes create a new option loa_header_classes that can be used to customize the header classes, and in particular to make it an unnumbered section.

The docs are also improved to include the new option, as well as an "advanced usage" tutorial on how to customize the header. The behaviour of loa_header_classes is tested by a new automatic test.

This PR solves Issue #6.