Skip to content

Commit 6dc8f15

Browse files
authored
Merge pull request #5 from xldrkp/master
Added hint for include together with citeproc
2 parents bf8a5c4 + 6f834e0 commit 6dc8f15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ All this does in the background is pipelining the output of Pandoc and the last
4848
pandoc --from markdown --to json input.md | runhaskell IncludeFilter.hs | pandoc --from json --to latex
4949
```
5050

51+
If using *pandoc-include* together with [*pandoc-citeproc*](https://github.com/jgm/pandoc-citeproc) one has to pay attention to the order of the filters: 1. *pandoc-include*, 2. *pandoc-citeproc*.
52+
53+
```
54+
pandoc -o output.md --filter pandoc-include --filter pandoc-citeproc input.md
55+
```
56+
5157
## License
5258
Copyright ©2015 [Dániel Stein](https://twitter.com/steindani)
5359

0 commit comments

Comments
 (0)