LaTeX reader: Support \textnormal
as span with class "nodecor".
This is needed for pandoc-citeproc.
This commit is contained in:
parent
0fd2176e29
commit
e690c87dc4
1 changed files with 1 additions and 0 deletions
|
@ -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 "…")
|
||||||
|
|
Loading…
Reference in a new issue