iandol / scrivomatic

A writing workflow using Scrivener's style system + Pandoc for output…
https://iandol.github.io/scrivomatic/
GNU General Public License v3.0
294 stars 30 forks source link

pandoc-citeproc install error #41

Closed birchb closed 2 years ago

birchb commented 3 years ago

When I run brew install pandoc-citeproc, I receive the following error:

Error: pandoc-citeproc has been disabled because it is deprecated upstream!

Thanks.

charlieharrysmith commented 3 years ago

+1

I understand that citeproc is now preferred. But will scrivomatic be updated to accomodate this?

iandol commented 3 years ago

@birchb @charlieharrysmith -- my own pandoc data files were updated last October when V2.11 of Pandoc with the new system was released (and scrivomatic works fine with those updates), and I think I did make some documentation changes like https://github.com/iandol/scrivomatic/commit/5a65567598250277447cb912f9a5a5ccd28d6249 to update the examples to use citeproc. The new system is blazing fast, my compiles are at least 2 times faster. I will have a read through and see where else I need to change the text.

If you've used my https://github.com/iandol/dotpandoc repo to seed your own files, then please see the changes I made there and repeat them in your pandoc and pandocomatic config files, examples include:

https://github.com/iandol/dotpandoc/commit/11dd8f273e8c0d5ce24d5263f74b08857bd29736 https://github.com/iandol/dotpandoc/commit/9198a82c200520b0ae2c4dee95236801dde4c08e

iandol commented 3 years ago

I removed pandoc-citeproc in the instructions: https://github.com/iandol/scrivomatic/commit/e41b24857bade2fd6f27bf2246125bca75efbdeb -- thanks!

charlieharrysmith commented 3 years ago

Thanks @iandol – I ended up checking through your dotpandoc repo earlier this week and can confirm that after updating my YAML file compiles are working again and super fast, as you suggested!

Really appreciate you keeping all of this up to date. It's totally revolutionised the way I write!

iandol commented 3 years ago

@charlieharrysmith -- great, glad it is working!