This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 61
Issue with strip-periods #185
Comments
Can you provide test.md so I can test? |
Hi John, Sorry I didn’t know how to upload to GitHub …. here they are: Kit Lloyd
|
Where? |
Note to self. I can confirm from trace output that we're getting
at an intermediate step of processing (
|
For the first-reference-note issue, see #31. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am having a problem with csl working with pandoc-citeproc; specifically with Ibid and above n processing as required by the Australian Guide to Legal Citation.
The command I am using is pandoc -s -S --latex-engine=xelatex --filter pandoc-citeproc -- -o test
.pdf test.md
The csl and bibliography are specified in the md documents YAML
aglc.csl is from the Zotero style repository (modified to take out the bibliography and capitalise ibid)
The problem is that "Ibid" is output in the pdf and latex file as "Ibid.," rather than just "Ibid"
For some reason the "strip-periods" does not seem to work and also I do not know how to have the redundant "," removed.
Also I cannot seem to get 'Above n' working
CSL functions well everywhere else and Ibid and Above n work in other applications.
Any suggestions would be greatly appreciated.
This is the Ibid code:
as for above n ... it does not get inserted (the rest of the processing work fine, such as stripping the authors name) ... but above n and the locator are omitted.
Here is the above n code ...
The text was updated successfully, but these errors were encountered: