-
Notifications
You must be signed in to change notification settings - Fork 39
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
Punctuation with quotes #101
Comments
@seboettg , do you have any feedback on this? |
I have also encountered the same issue. I was able to reproduce this with chicago-author-date.csl. In the case @ctgraham describes, it looks like the |
Hi @ctgraham! In short, the structure of the stylesheet looks like this: <style>
<bibliography>
<layout suffix=".">
<group delimiter=". ">
<text macro="author"/>
<text macro="title"/>
<text macro="container-title"/>
</group>
</layout>
</bibliography>
<macro name="title">
<text variable="title" quotes="true" text-case="title"/>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="first" and="text" delimiter-precedes-last="always" delimiter-precedes-et-al="always" initialize="false" initialize-with=". "/>
</names>
</macro>
<macro name="container-title">
<text variable="container-title" font-style="italic" text-case="title"/>
</macro>
</style> citeproc travers the style as follows: I've encountered similar problems over and over again reagrding the specification of CSL. Most problems I could solve by more or less hacky workaround approaches but in this special case I have no idea how to make a workaround. You may change the stylesheet by removing |
Please follow the general troubleshooting steps first:
Bug reports:
C.f. #50, but without the tag
<style-options punctuation-in-quote="true"/>
. Also tried adding thestyle-options
to the CSL, but no change in output. Reproduced the unexpected behavior inciteproc-php
2.2.5, but not in Zotero's or ExLibris Primo's interpretation of the MLA stylesheet.Expected:
Actual:
Used CSL stylesheet:
modern-language-association.csl 7140f39
Used CSL metadata
The text was updated successfully, but these errors were encountered: