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 {