From 4719c7841718a131d659cb3037da33bebdf1cf31 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Mon, 4 Aug 2008 03:15:12 +0000 Subject: Added Cite element to definition and writers. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1375 788f1e2b-df1e-0410-8736-df70ead52e1b --- Text/Pandoc/Writers/LaTeX.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Text/Pandoc/Writers/LaTeX.hs') diff --git a/Text/Pandoc/Writers/LaTeX.hs b/Text/Pandoc/Writers/LaTeX.hs index b523dea9e..53c6e65e0 100644 --- a/Text/Pandoc/Writers/LaTeX.hs +++ b/Text/Pandoc/Writers/LaTeX.hs @@ -267,6 +267,8 @@ inlineToLaTeX (Subscript lst) = do return $ inCmd "textsubscr" contents inlineToLaTeX (SmallCaps lst) = inlineListToLaTeX (deVerb lst) >>= return . inCmd "textsc" +inlineToLaTeX (Cite _ lst) = + inlineListToLaTeX lst inlineToLaTeX (Code str) = do st <- get if stInNote st -- cgit v1.2.3