| 96 | |
| 97 | |
| 98 | === Further processing steps === |
| 99 | |
| 100 | {{{ |
| 101 | # metadata |
| 102 | |
| 103 | # unknown characters |
| 104 | |
| 105 | # figures |
| 106 | |
| 107 | # the table on ECHO p.327 |
| 108 | |
| 109 | # ad hoc tagging of book covers, preface, chapters, chapter heads, chapter mains, backmatter |
| 110 | |
| 111 | # page breaks |
| 112 | # The ECHO pages 215 to 220 reduplicate the pages 209 to 214 and have been typed only once |
| 113 | |
| 114 | # headings |
| 115 | # notes in headings |
| 116 | # headings at the lowest level |
| 117 | |
| 118 | # paragraphs |
| 119 | |
| 120 | # normalize the periods: there should always be a period before </p> and </sm> |
| 121 | (if the period is missing, insert an ASCII period) |
| 122 | # turn small text into notes |
| 123 | # tag sentences |
| 124 | # end each line with <lb/> |
| 125 | # outdented paragraphs |
| 126 | }}} |