I would like to build a book from chapter notebooks. I prefer to do this in a separate notebook that does something like the following: reads in a list of chapter notebooks (I'll provide the list explicitly), evaluates each chapter notebook (perhaps all together), numbers the chapters and sections appropriately (i.e., sequentially), creates a properly paginated table of contents (e.g., using MakeContents), and produces the final PDF. This seems like a very basic need, but I'm not finding the guidance I need. As an aside, there are a few operations I would like to do on the book as a whole (say, after assembling it into a single notebook) rather than chapter by chapter. Needless to say, I want the underlying chapter notebooks left untouched by this process. Clues?
Asked
Active
Viewed 75 times
1
m_goldberg
- 107,779
- 16
- 103
- 257
Alan
- 13,686
- 19
- 38
MakeContentswhich seems potentially very useful, despite being unclear about how the contents itself will be numbered. Furthermore, iiuc, the underlying notebooks are changed ... – Alan Oct 14 '15 at 16:33