From 3429fa6438355da63c3f418eda32b1a011ddbc40 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 29 Jun 2016 07:58:33 -0700 Subject: LaTeX reader: fixed `\cite` so it is a NormalCitation not AuthorInText. --- tests/Tests/Readers/Org.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Tests/Readers') diff --git a/tests/Tests/Readers/Org.hs b/tests/Tests/Readers/Org.hs index 348b5a6aa..7612d88f1 100644 --- a/tests/Tests/Readers/Org.hs +++ b/tests/Tests/Readers/Org.hs @@ -431,7 +431,7 @@ tests = { citationId = "Coffee" , citationPrefix = [] , citationSuffix = [] - , citationMode = AuthorInText + , citationMode = NormalCitation , citationNoteNum = 0 , citationHash = 0} in (para . cite [citation] $ rawInline "latex" "\\cite{Coffee}") -- cgit v1.2.3