From 81548960d52d6c3ca34aa5fa041e5aa8bae9481b Mon Sep 17 00:00:00 2001 From: schrieveslaach Date: Wed, 26 Apr 2017 12:03:07 +0200 Subject: LaTeX reader: Add support for \vdots (#3607) --- src/Text/Pandoc/Readers/LaTeX.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Text/Pandoc/Readers') diff --git a/src/Text/Pandoc/Readers/LaTeX.hs b/src/Text/Pandoc/Readers/LaTeX.hs index 3e5fae8fb..564d4e417 100644 --- a/src/Text/Pandoc/Readers/LaTeX.hs +++ b/src/Text/Pandoc/Readers/LaTeX.hs @@ -528,6 +528,7 @@ inlineCommands = M.fromList $ , ("textbf", extractSpaces strong <$> tok) , ("textnormal", extractSpaces (spanWith ("",["nodecor"],[])) <$> tok) , ("ldots", lit "…") + , ("vdots", lit "\8942") , ("dots", lit "…") , ("mdots", lit "…") , ("sim", lit "~") -- cgit v1.2.3