leolabs / bachelor

Component Sprints: Development of a Novel Approach to Optimize the Transition from Prototype to MVP
11 stars 2 forks source link

Hi, thanks for the blog post #2

Open iboy opened 3 years ago

iboy commented 3 years ago

Hi, thank you for the post https://leolabs.org/blog/thesis-in-markdown detailing how you use Ulysses and pandoc to produce your thesis from Markdown.

Can you help with this question:

Using docker, I can build your thesis, and it works nicely - except I have a 6.57GB docker image.

Using my own current installation of latex and pandoc etc., the latest versions of pandoc, crossref and citeproc give me this error:

[WARNING] Deprecated: pandoc-citeproc filter. Use --citeproc instead.
Error running filter pandoc-crossref:
Filter returned error status -9

Do you happen to know how to change the build command to deal with the changes to citeproc? Any help will be gratefully received.

I know I can mirror your docker environment versions etc...

Thanks again!

Ia

leolabs commented 3 years ago

Thanks for your kind feedback!

Unfortunately, I haven't been keeping track on the development of Pandoc since I finished my thesis. But I guess you can replace the --filter pandoc-citeproc argument with --citeproc and it should work as expected, as per their docs.

Let me know if that works for you :)