# Citations in Weave

**URL:** https://discourse.julialang.org/t/citations-in-weave/36918
**Category:** General Usage
**Created:** [April 2, 2020, 6:25pm UTC](https://discourse.julialang.org/t/citations-in-weave/36918 "2020-04-02T18:25:19Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![andrewellis](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/andrewellis/32/97_2.png) [@andrewellis](https://discourse.julialang.org/u/andrewellis)
#### Post date: [April 2, 2020, 6:25pm UTC](https://discourse.julialang.org/t/citations-in-weave/36918/1 "2020-04-02T18:25:19Z")

</div>

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

```shell
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?

---

<div class="post-metadata">

### Author: ![Storopoli](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/storopoli/32/209278_2.png) [@Storopoli](https://discourse.julialang.org/u/Storopoli)
#### Post date: [March 7, 2021, 10:37pm UTC](https://discourse.julialang.org/t/citations-in-weave/36918/2 "2021-03-07T22:37:57Z")

</div>

Maybe in the future see this [pull request in `Weave.jl`](https://github.com/JunoLab/Weave.jl/pull/185). I am also looking forward to it. @mpastell any breakthroughs?
