-
Notifications
You must be signed in to change notification settings - Fork 49
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
Printing of journal issue numbers #42
Comments
A better way to do this is by using the
Where "journal title one" and "journal title two" are journals known to paginate across complete volumes. It will remove the I will add a note about how to do this in the next release documentation. |
Hello, thanks for your help and your suggestion! As I copied your example, it removed the number from all journals (regardless of the regex). But this solved my issue: \DeclareSourcemap{
\maps[datatype=bibtex]{
\map{
\step[fieldsource=journaltitle,
notmatch=\regexp{(?:The\sAcademy\sof\sManagement\sExecutive|My\sOther\sJournal)},
final]
\step[fieldset=number, null]
}
}
} If I got the biblatex manual right, your Regards |
You are probably right, thanks for checking. |
Hello,
thanks for providing the apa style in biblatex! Recently I discovered that this style is always printing the journal issue number after the volume number. According to APA v6 this should only be done if the journal is paginated seperately by issue (see page 199 of the manual as well):
So I created some little workaround:
It is only checking for journals that have issues paginated seperately by issue. Before doing a real pull request I wanted to ask what do you think about this extension? I see following issues right now:
journaltitle
is checked and notjournal
Thanks!
The text was updated successfully, but these errors were encountered: