Skip to content

Commit d781400

Browse files
committed
Improve the checkcites command
1 parent 5034c19 commit d781400

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

bibliography/books.bib

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ @book{BrinStuck2002DynamicalSystems
436436
}
437437

438438
@book{Cantor1883Mannigfaltigkeitslehre,
439+
options = {dataonly=true},
439440
author = {Georg Cantor},
440441
date = {1883},
441442
publisher = {Teubner},
@@ -2964,17 +2965,6 @@ @book{ПоловинкинБалашов2007ВыпуклыйАнализ
29642965
title = {Элементы выпуклого и сильно выпуклого анализа}
29652966
}
29662967

2967-
@book{Постников1979ГеометрияТом1,
2968-
author = {Михаил Постников},
2969-
date = {1979},
2970-
language = {russian},
2971-
publisher = {Наука},
2972-
shortauthor = {Postnikov},
2973-
subtitle = {Аналитическая геометрия},
2974-
title = {Лекции по геометрии},
2975-
volume = {1}
2976-
}
2977-
29782968
@book{Прасолов2004КомбинаторнаяИДифференциальнаяТопология,
29792969
author = {Виктор Васильевич Прасолов},
29802970
date = {2004},

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ cmd = "python -m notebook.commands.bibtools"
7575
cmd = "python -m notebook.commands.find_obsolete_figures"
7676

7777
[tool.poe.tasks.checkcites]
78-
cmd = "checkcites --backend biber --all aux/notebook.bcf"
78+
cmd = "checkcites --backend biber --crossrefs --all aux/notebook.bcf"
7979

8080
[tool.poe.tasks.benchmark]
8181
cmd = "pytest --config-file pytest_benchmark.ini"

0 commit comments

Comments
 (0)