aboutsummaryrefslogtreecommitdiff
path: root/src/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-10-27 18:22:45 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-10-27 18:25:59 -0700
commitac06ca2b00f1c0b25b02b1e25aca8dd28961240d (patch)
treea2a5fe0735d66af636977c342679a389140a1cef /src/pandoc.hs
parent9cf27c92c136cce4785744542eaf962c05f1052c (diff)
downloadpandoc-ac06ca2b00f1c0b25b02b1e25aca8dd28961240d.tar.gz
Changes to use citeproc 0.3.
Patch from Andrea Rossato. Note: the markdown syntax is preliminary and will probably change.
Diffstat (limited to 'src/pandoc.hs')
-rw-r--r--src/pandoc.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs
index 082e337f5..c8c414a2e 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -789,7 +789,7 @@ main = do
lhsExtension sources,
stateStandalone = standalone',
#ifdef _CITEPROC
- stateCitations = map citeKey refs,
+ stateCitations = map refId refs,
#endif
stateSmart = smart || writerName' `elem`
["latex", "context", "latex+lhs", "man"],