LaTeX reader: support \lq, \rq.
This commit is contained in:
parent
2a0e2e6fd6
commit
b9b35059f6
1 changed files with 2 additions and 0 deletions
|
@ -1209,6 +1209,8 @@ inlineCommands = M.fromList $
|
|||
, ("textup", extractSpaces (spanWith ("",["upright"],[])) <$> tok)
|
||||
, ("texttt", ttfamily)
|
||||
, ("sout", extractSpaces strikeout <$> tok)
|
||||
, ("lq", return (str "‘"))
|
||||
, ("rq", return (str "’"))
|
||||
, ("textquoteleft", return (str "‘"))
|
||||
, ("textquoteright", return (str "’"))
|
||||
, ("textquotedblleft", return (str "“"))
|
||||
|
|
Loading…
Add table
Reference in a new issue