Juris-M / citeproc-js

A JavaScript implementation of the Citation Style Language (CSL) https://citeproc-js.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

page-range-format="chicago-15" not supported

adam3smith opened this issue · comments

Moving issue from citation-style-language/styles#5926

Validating 1.0.2 styles with page-range-format="chicago-15" throw an error with

Error generating citations and bibliography:
TypeError: me.fun.page_mangler is not a function

Sample style here

Both chicago-15 and chicago-16 from CSL v1.0.2 are not implemented yet.

P.S. I've created the test file for chicago-16: https://github.com/zepinglee/test-suite/blob/chicago-16/processor-tests/humans/page_Chicago16.txt.

I think I can work on implementing that if no one else is.

@larsgw -- that'd be wonderful

@zepinglee Could you make a pull request to add the test case to https://github.com/citation-style-language/test-suite?