We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b87548 commit 63a9b51Copy full SHA for 63a9b51
lib/recipes/algebra-1/recipe.rb
@@ -54,8 +54,14 @@
54
classes: notes,
55
options: { bake_subtitle: true })
56
57
- BakeChapterTitle.v2(chapters: book.units.chapters,
58
- numbering_options: { mode: :unit_chapter_page, unit_offset: -2 })
+ BakeChapterTitle.v2(
+ chapters: book.units.chapters,
59
+ numbering_options: {
60
+ mode: :unit_chapter_page,
61
+ unit_offset: -2,
62
+ chapter_offset: -1
63
+ }
64
+ )
65
66
chapter_numbering_options = {
67
unnumbered: { mode: :chapter_page, page_offset: -1 },
0 commit comments