- Fix \Appendices command.

- Create float for code.
- Adjust fallback font weights.
- Redefine Center environment to eliminate extra space.
- Create TblrEnviron for code.
This commit is contained in:
2025-10-17 16:52:39 -05:00
parent 47f2b67b98
commit acbc1dd669
6 changed files with 45 additions and 11 deletions

View File

@@ -64,8 +64,8 @@
\@@_heading:nnnnn {subparagraph} {#1} {#2} {#3} {#4}
}
\NewDocumentCommand{\Appendices}{}{
\@@_heading:nnnnn {part} {\c_true_bool} {\c_false_bool} {Appendices} {
\NewDocumentCommand{\Appendices}{t^}{
\@@_heading:nnnnn {part} {\c_true_bool} {#1} {Appendices} {
\c_@@_appendices_label_str
}
}