Skip to content

Tab delimited footnotes

David Haslam requested to merge DavidHaslam/LinVB:footnotes into master

Stage 2 for processing notes

Each file is a now a tab-delimited file.

  • Field 1 is the calling reference. Some of these are still blank.
  • Field 2 is the footnote text.

Manually edited some notes to remove linewrap EOLs.

Minor edits to correct punctuation in some references.

NB. The notes with a blank field 1 will need to be reviewed later for the purpose of matching.

Most such notes have the footnote text in field 2 that starts with a hyphen.

Notes with obvious footnote paragraphs have \x5Cfp inserted in place of the new line.

NB. \x5C was used in place of \ to avoid \f in \fp being parsed incorrectly as a form feed.

Merge request reports