From 6f2347635ca86f4152e71ad766fea486692dd63d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 22 Oct 2012 19:11:56 -0700 Subject: LaTeX reader: Initialize citationSuppressParens field. --- src/Text/Pandoc/Readers/LaTeX.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Text/Pandoc/Readers/LaTeX.hs b/src/Text/Pandoc/Readers/LaTeX.hs index 14efedef4..5a2b7b6c1 100644 --- a/src/Text/Pandoc/Readers/LaTeX.hs +++ b/src/Text/Pandoc/Readers/LaTeX.hs @@ -909,6 +909,7 @@ simpleCiteArgs = try $ do , citationMode = NormalCitation , citationHash = 0 , citationNoteNum = 0 + , citationSuppressParens = False } return $ addPrefix pre $ addSuffix suf $ map conv keys -- cgit v1.2.3