michal-h21 / citeproc-lua

Citation stylesheet language (CSL) processof for Lua
MIT License
0 stars 0 forks source link

Further development #1

Open zepinglee opened 2 years ago

zepinglee commented 2 years ago

Hi! I'm also interested in bringing CSL to the TeX community and I just noticed this project. Actually I've started written a similar citeproc engine in Lua but it has not been made public. This engine is built upon LuaXML and it has passed 272 of 853 tests of citation-style-language/test-suite. Do you have any further plan for developing the citeproc-lua?

michal-h21 commented 2 years ago

Hi! That's great to hear! I started this project, but didn't do anything useful, so I think I can say that it is deprecated. Do you have link to your project that I can link to?

You may be also interested in https://github.com/michal-h21/lua-uca, as it supports sorting of various languages using Unicode collation algorhitm. I think it can be really useful for alphabetical styles.

zepinglee commented 2 years ago

I'll do some cleaning jobs before I make it public on GitHub.

The lua-uca is quite useful for citeproc. Thanks for both of your projects.

michal-h21 commented 2 years ago

@zepinglee please let me know then, I am really interested in this!

zepinglee commented 2 years ago

I've just made public zepinglee/citeproc-lua. Actually I'm not quite familiar with Lua. It is strongly appreciated to give suggestions (e.g., code design, file structures, etc.).