mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 09:38:38 -05:00
Activates appendices in PDF configurations
Uncomments the `appendices` section in Quarto PDF configuration files for both volumes. This ensures that the specified appendix content is included in the generated PDF output.
This commit is contained in:
@@ -101,7 +101,7 @@ book:
|
||||
# ==================================================
|
||||
# Appendices (uses Appendix A, B, C... numbering)
|
||||
# ==================================================
|
||||
# appendices:
|
||||
appendices:
|
||||
- contents/vol1/backmatter/appendix_dam.qmd # A: D·A·M Taxonomy (diagnostic framework)
|
||||
- contents/vol1/backmatter/appendix_data.qmd # B: Data Foundations
|
||||
- contents/vol1/backmatter/appendix_algorithm.qmd # C: Algorithm Foundations
|
||||
|
||||
@@ -95,7 +95,7 @@ book:
|
||||
- contents/vol2/conclusion/conclusion.qmd
|
||||
- contents/vol2/backmatter/references.qmd
|
||||
|
||||
# appendices:
|
||||
appendices:
|
||||
- contents/vol2/backmatter/appendix_dam.qmd # A: Single-Machine Foundations (D·A·M, prerequisite context)
|
||||
- contents/vol2/backmatter/appendix_fleet.qmd # B: Fleet Foundations (reference numbers at scale)
|
||||
- contents/vol2/backmatter/appendix_communication.qmd # C: Communication Foundations
|
||||
|
||||
Reference in New Issue
Block a user