has the chapter as the highest-level unit. For a book with lots of chapters, it's useful to have a higher-level unit, like a part. (E.g., How to Design Programs is broken down by parts, and the parts contain chapters.)
What's the cleanest way to configure Scribble to do parts atop chapters?
Thanks,
Shriram
Matthew Flatt
unread,
Apr 21, 2021, 10:59:40 AM4/21/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Shriram Krishnamurthi, Racket Users
You can use 'grouper as a style property for a `part` that is meant to
be a *part*.
> has the *chapter* as the highest-level unit. For a book with lots of
> chapters, it's useful to have a higher-level unit, like a *part*. (E.g., *How
> to Design Programs* is broken down by parts, and the parts contain
> chapters.)
>
> What's the cleanest way to configure Scribble to do parts atop chapters?
>
> Thanks,
> Shriram
>