From 9e01e4518fe2e2840b7d90db1c21aa131dd306d5 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Wed, 31 Jan 2018 19:55:48 +0000 Subject: [PATCH] Adjust part/chapter separation to place Bibliography and Acknowledgments outside part II. --- fixup.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fixup.rb b/fixup.rb index 6978cca..41e317d 100644 --- 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(' -> ') -- 2.47.2