JunoLab / Weave.jl

Scientific reports/literate programming for Julia
http://weavejl.mpastell.com
MIT License
825 stars 95 forks source link

Current state of citations #298

Open awellis opened 4 years ago

awellis commented 4 years ago

What is the current state of adding citations in Weave?

I have tried to generate a markdown file using the pandoc doctype, and then run pandoc --filter pandoc-citeproc --bibliography=bibliography.bib --pdf-engine=xelatex -s test.md -o test.pdf

but then I get loads of missing character warnings. Is it possible to do this directly, i.e. without the intermediate step?

I'm asking this here because I haven't had a reply on Discourse, and I'm trying to decide whether I should write a paper using Weave or just use plain LaTeX.