]> pere.pagekite.me Git - text-madewithcc.git/commitdiff
Adjust part/chapter separation to place Bibliography and Acknowledgments outside...
authorPetter Reinholdtsen <pere@hungry.com>
Wed, 31 Jan 2018 19:55:48 +0000 (19:55 +0000)
committerPetter Reinholdtsen <pere@hungry.com>
Thu, 22 Feb 2018 18:12:08 +0000 (18:12 +0000)
fixup.rb

index 6978cca088dc02760534930b5b913979ea7e6193..41e317d27e0f8c7b49e24875302b5407cdac1f16 100644 (file)
--- a/fixup.rb
+++ b/fixup.rb
@@ -86,8 +86,8 @@ data[1].sub!(/ and /, ';') # authors
 # Try to keep this ordered as it appears within the book, as it will
 # help us spot omissions and mistakes!
 log 0, 'Mark up headings'
-[ [2, 'Foreword'],
-  [2, 'Introduction'],
+[ [1, 'Foreword'],
+  [1, 'Introduction'],
   [1, 'Part 1'],
   [1, 'The Big Picture'],
   [2, 'The New World of Digital Commons'],
@@ -163,8 +163,8 @@ log 0, 'Mark up headings'
   [2, 'TeachAIDS'],
   [2, 'Tribe of Noise'],
   [2, 'Wikimedia Foundation'],
-  [2, 'Bibliography'],
-  [2, 'Acknowledgments'],
+  [1, 'Bibliography'],
+  [1, 'Acknowledgments'],
   
 ].each do |item|
   log 1, item.join(' -> ')