Open MaxGietl opened 1 week ago
These tests also fail on main currently, so I think this has nothing to do with my changes?
@tsteckenborn Could you confirm this also fixes your issue or could you provide the files that caused this for you?
These tests also fail on main currently, so I think this has nothing to do with my changes?
Are you sure? I'd expect archive tests to fail as archive tests just compare the existing archive files with upstream CSL styles, but no citeproc tests are failing on main (at least, the CI check is green). Your PR might have triggered some unintended side-effects (would need further investigation).
Fixes https://github.com/typst/hayagriva/issues/129.
Disambiguation currently compares the normal render of a citation. This means that if two different citations both render to "ibid", they are disambiguated without actually being ambiguous. This PR solves that by creating a second render that disables ibids and using that for comparison.
Example:
bibliography.yaml
Faulty render without this PR
Correct render with this PR