- Increase sans font weight from regular to medium.

- Fix multiparagraph boxout formatting.
- Add NumberWord command and option for part titles.
This commit is contained in:
2025-09-22 16:26:28 -05:00
parent 277f021589
commit 696ed1c060
7 changed files with 85 additions and 31 deletions

View File

@@ -52,6 +52,15 @@
}
\NewExpandableDocumentCommand{\DoRomanNumerals}{}{\g_roman_bool}
% Option 'numberword': render Part numbers as number words (e.g. One, Two, Three).
\bool_new:N \g_number_word_bool
\bool_gset_false:N \g_number_word_bool
\DeclareOption{numberword}{
\bool_gset_true:N \g_number_word_bool
}
\NewExpandableDocumentCommand{\DoNumberWords}{}{\g_number_word_bool}
% Option 'labels': show Part and Chapter labels in the header.
\bool_new:N \g_label_bool
\bool_gset_false:N \g_label_bool