diff options
Diffstat (limited to 'src/pandoc.hs')
-rw-r--r-- | src/pandoc.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs index c879a874c..febf46dd0 100644 --- a/src/pandoc.hs +++ b/src/pandoc.hs @@ -944,8 +944,8 @@ main = do stateCitations = map CSL.refId refs, stateOldDashes = oldDashes, stateColumns = columns, - stateOptions = def{ optionStrict = strict - , optionSmart = smart || + stateOptions = def{ readerStrict = strict + , readerSmart = smart || (texLigatures && (laTeXOutput || writerName' == "context")) }, stateIndentedCodeClasses = codeBlockClasses, |