Closed pkra closed 2 months ago
I hope this explains why downstream is a bit unclear about appendix markup.
As per a recent F2F, we will undo a2ca3381ba85dbec9703837b6819f47fa4ac1e0b
The large variety of app output should no longer occur. We will always have book-app-group if there's a single appendix.
@davidmjones could you double check that book-app-group will get a part indicator when appropriate?
@davidmjones I've seen this change in production but I can't find it here. Could you please check that the repository is up to date?
I believe this has rolled out.
This follows up on a recent F2F discussion.
From that discussion, texml is supposed to generate
book-app-group
even if there's only one appendix seems desirable.Trying to adjust downstream, I looked at examples across books with appendices we have so far:
book-app-group
specific-use="part"
with a "hand-coded" title (expanding BITS)book-app
elements withspecific-use="chapter"
and labels like "Appendix A" (good)book-app-group
book-app
withspecific-use="chapter"
and titleAppendices
=section
for "Appendix A",=subsection
for "A.1" etcbook-app
with specific-use="part", label "Part 5", title "Appendices"book-app
s (withspecific-use="chapter"
for appendices andspecific-use="section"
etc for lower sectioning)sec specific-use="chapter"
in the last partsec
instead ofapp
specific-use="chapter"
for Appendix, etc for lower sectioningbook-app
withspecific-use="part"
, label "Part 5", title "Appendices"book-app
elements (chapter for Appendix etc)book-app
withspecific-use=chapter
(no lower sectioning)book-app
withspecific-use=chapter
book-app
elements for sectioningbook-app
(Index of notation)