From 49d88b2d37d1e9b72e115bd675ccaaf87bee4101 Mon Sep 17 00:00:00 2001 From: ashprice Date: Tue, 2 Apr 2024 01:05:07 +0000 Subject: [PATCH] Modified Chapter selector to include Anthos --- src/csl/taxonomy.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/csl/taxonomy.rs b/src/csl/taxonomy.rs index c691ed3..e3108b7 100644 --- a/src/csl/taxonomy.rs +++ b/src/csl/taxonomy.rs @@ -564,7 +564,8 @@ impl EntryLike for Entry { !(is_periodical || is_collection) } Kind::Chapter => { - select!(Chapter > (Book | Anthology | Proceedings)).matches(self) + select!((Chapter | Anthos) > (Book | Anthology | Proceedings)) + .matches(self) } Kind::Entry | Kind::EntryDictionary | Kind::EntryEncyclopedia => { if kind == Kind::EntryDictionary {