mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 17:49:07 -05:00
Problems about "Parts" #235
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BravoBaldo on GitHub (Oct 29, 2024).
I would like to highlight 2 problems regarding the "Parts"
In "_quarto.yml" you have some "parts" for example:
"- part: FRONT MATTER"
"- part: MAIN"
"- part: Fundamentals"
...
But an incorrect hierarchy creates problems in Pdf:
For Example
Part II\nMAIN
Part III\nFundamentals
Having the same hierarchical level "Part II\nMAIN" appears as something omitted.
Another problem is when you render as EPUB and Word (Docx): As you can read here:
https://quarto.org/docs/books/book-structure.html#parts-appendices
"...When rendering a book with parts to these formats, the parts will be ignored."
Then I suggest a different division and to add explicitily pages for "part"s
What do you think about dividing the book between theory and lab?
@profvjreddi commented on GitHub (Oct 30, 2024):
Thanks for catching this issue. Coincidently, I was also thinking of the same lines: https://github.com/harvard-edge/cs249r_book/issues/493
I agree we should ditch the empty parts. Several others have mentioned this to me.
+1 again! I do think building two separate builds makes sense.