Hello, I just joined the group and tried searching before posting my question but did not find much, so here is my problem. I'm trying to produce a markdown file with expanded citations from a markdown source and bibtex bib file. Here is some info. I'm running pandoc (1.12.4.2) and pandoc-citeproc (0.3.1) installed with `cabal install` under Ubuntu 12.04 (precise) 64-bit, Kernel Linux 3.4.0-030400-generic. I'm using the bib file from the nocite example in the documentation and the command I'm using is: pandoc -s -f markdown -o nocite-output.md --biblio=biblio.bib nocite-example.md The nocite-example.md file is: --- nocite: | @item1, @item2 ... @item3 # References The output file nocite-output.md produced is: --- biblio-files: biblio bibliography: 'biblio.bib' nocite: | @item1, @item2 ... @item3 Is this the expected behavior? I would like to have as output something like: John Doe (2005) References ======== Doe, John. 2005. *First Book*. Cambridge: Cambridge University Press. ———. 2006. “Article.” *Journal of Generic Studies* 6: 33–34. Doe, John, and Jenny Roe. 2007. “Why Water Is Wet.” In *Third Book*, edited by Sam Smith. Oxford: Oxford University Press. Trying to produce pdf or html files as output works as expected. Thanks, Ruben. -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/688f82c8-9ed5-4053-99e7-7a630bf004f9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.