-
Notifications
You must be signed in to change notification settings - Fork 17
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
--citation-abbreviations=FILE crashes on Zotero abbreviations.json #57
Comments
I didn't know about word substitution rules (these are probably newer than our code for handling abbreviations, which is quite old). Is there comprehensive documentation of the abbreviations.json format somewhere? |
besides "default". (E.g. "info" which is used in zotero's defaults.) Partially addresses #57.
@jgm Neither did I find any significant information about abbreviations JSON:
|
Being able to use more than one title abbreviation list at once, as suggested here, certainly makes sense in a setting of interdisciplinary studies. |
There is no formal documentation about it, only some hints on the Zotero forum. The code starts from here. Another incompatibility is that
So, to be matched, the title Jerusalem Studies in Arabic and Islam must be written I am not sure that it is advisable to follow the same path. Or it could be proposed as an option. |
The
--citation-abbreviations=
FILE option in Pandoc is incompatible in two ways with the following recent journal title abbreviation JSON file in the Zotero repository:https://raw.githubusercontent.com/zotero/zotero/master/resource/schema/abbreviations.json
"info"
block at the beginning crashesciteproc
."container-title-word"
is ignored.The word substitution rules are never applied.
An example list can be found in the second part of the above mentioned JSON file.
The text was updated successfully, but these errors were encountered: