Has anyone figured out how to include citations in Julia markdown with Weave.jl
, either using pandoc’s markdown citation syntax, or LaTeX?
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 is it possible to do this directly, i.e. without the intermediate step?