From: Petter Reinholdtsen Date: Wed, 31 Jan 2018 19:55:48 +0000 (+0000) Subject: Adjust part/chapter separation to place Bibliography and Acknowledgments outside... X-Git-Tag: es-printed~523 X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/commitdiff_plain/9e01e4518fe2e2840b7d90db1c21aa131dd306d5?hp=990312413dfd7e1c16d4674e903cfe67340d0b14 Adjust part/chapter separation to place Bibliography and Acknowledgments outside part II. --- 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(' -> ')