aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-10-22 19:11:56 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-10-22 19:17:00 -0700
commit6f2347635ca86f4152e71ad766fea486692dd63d (patch)
treee992e4284831f199d7c3451b7bb8c14b0eeacde6 /src
parenta23a8e8b670fbcedc3d8ce9f71491197a68bb40b (diff)
downloadpandoc-6f2347635ca86f4152e71ad766fea486692dd63d.tar.gz
LaTeX reader: Initialize citationSuppressParens field.
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Readers/LaTeX.hs1
1 files changed, 1 insertions, 0 deletions
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