Commit f8bf219
authored
Remove three duplicate bibliography entries so the .bib parses at all (#204)
pybtex refuses to parse a bibliography containing a repeated key, and this file
has carried three of them — GilboaSchmeidler:1989, Whittle_1981 and Whittle_1990
each appear twice, once indented in the main body and once unindented near the
end. The two copies of each are byte-identical apart from leading whitespace.
The effect is total rather than local: `parse_file` raises
`BibliographyDataError: repeated bibliography entry` and no bibliography is
built, so *every* {cite} in the edition fails to resolve. That is what the
"could not find bibtex key" warnings on #202 actually are — the keys are present
in the file, but nothing ever parsed it. The 70 entries backfilled in #203 were
correct and could never have taken effect while this stood.
Predates #203: the same three duplicates and the same parse error are present at
693aa63, before that PR.
Verified: pybtex now parses 480 entries, and all 61 keys the #202 build reported
missing resolve, as do the three formerly-duplicated ones.
Removes the later copy of each; the earlier copy in the main body is kept.1 parent 0e763db commit f8bf219
1 file changed
Lines changed: 0 additions & 37 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4104 | 4104 | | |
4105 | 4105 | | |
4106 | 4106 | | |
4107 | | - | |
4108 | | - | |
4109 | | - | |
4110 | | - | |
4111 | | - | |
4112 | | - | |
4113 | | - | |
4114 | | - | |
4115 | | - | |
4116 | | - | |
4117 | | - | |
4118 | | - | |
4119 | | - | |
4120 | | - | |
4121 | | - | |
4122 | | - | |
4123 | | - | |
4124 | | - | |
4125 | | - | |
4126 | | - | |
4127 | | - | |
4128 | | - | |
4129 | | - | |
4130 | | - | |
4131 | | - | |
4132 | | - | |
4133 | | - | |
4134 | | - | |
4135 | | - | |
4136 | | - | |
4137 | | - | |
4138 | | - | |
4139 | | - | |
4140 | | - | |
4141 | | - | |
4142 | | - | |
4143 | | - | |
4144 | 4107 | | |
4145 | 4108 | | |
4146 | 4109 | | |
| |||
0 commit comments