From 070b968ae042238c86740c2aea21aacc4f62f618 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 25 Jul 2012 20:27:20 -0700 Subject: stateCitations -> readerCitations. --- src/pandoc.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pandoc.hs') diff --git a/src/pandoc.hs b/src/pandoc.hs index 884e851f9..a0404d9e6 100644 --- a/src/pandoc.hs +++ b/src/pandoc.hs @@ -936,8 +936,7 @@ main = do then "." else takeDirectory (head sources) - let startParserState = def{ stateCitations = map CSL.refId refs, - stateOptions = def{ + let startParserState = def{ stateOptions = def{ readerStrict = strict , readerSmart = smart || (texLigatures && (laTeXOutput || writerName' == "context")) @@ -948,6 +947,7 @@ main = do , readerLiterateHaskell = "+lhs" `isSuffixOf` readerName' || lhsExtension sources + , readerCitations = map CSL.refId refs }, stateIndentedCodeClasses = codeBlockClasses, stateApplyMacros = not laTeXOutput -- cgit v1.2.3