LaTeX reader: Support \textnormal as span with class "nodecor".

This is needed for pandoc-citeproc.
This commit is contained in:
John MacFarlane 2013-11-17 09:07:25 -08:00
parent 0fd2176e29
commit e690c87dc4

View file

@ -373,6 +373,7 @@ inlineCommands = M.fromList $
, ("backslash", lit "\\") , ("backslash", lit "\\")
, ("slash", lit "/") , ("slash", lit "/")
, ("textbf", strong <$> tok) , ("textbf", strong <$> tok)
, ("textnormal", spanWith ("",["nodecor"],[]) <$> tok)
, ("ldots", lit "") , ("ldots", lit "")
, ("dots", lit "") , ("dots", lit "")
, ("mdots", lit "") , ("mdots", lit "")