Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow setting articletitle and chaptertitle per-entry #31

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rsekman
Copy link

@rsekman rsekman commented Feb 9, 2023

articletitle and chaptertitle are not recognised when provided in an OPTIONS={...} field of an entry. This is because they are declared as BibliographyOptions only. Declaring them also as EntryOptions fixes the problem.

To test you can e.g. apply this diff

diff --git a/biblatex-phys.bib b/biblatex-phys.bib
index 6f0f9b5..2fe28c4 100644
--- a/biblatex-phys.bib
+++ b/biblatex-phys.bib
@@ -31,6 +31,7 @@
   pages       = {361-363},
   number      = {1},
   doi         = {10.1021/ja00001a054},
+  OPTIONS={articletitle=false}
 }
 
 @Patent{Arduengo2001,
@@ -223,6 +224,7 @@
   chapter     = {V.3.1.1},
   pages       = {2119--2140},
   location    = {New York},
+  OPTIONS={chaptertitle=false}
 }
 
 @Book{Heyn1986,```

@josephwright
Copy link
Owner

This would lead to an inconsistent bibliography: I'm wondering what the motivation is.

@rsekman
Copy link
Author

rsekman commented Feb 9, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants