mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-22 07:25:36 +00:00
LaTeX reader: Support \TeX, \LaTeX.
This commit is contained in:
@@ -370,6 +370,8 @@ inlineCommands = M.fromList $
|
||||
, ("@", pure mempty)
|
||||
, (" ", lit "\160")
|
||||
, ("ps", pure $ str "PS." <> space)
|
||||
, ("TeX", lit "TeX")
|
||||
, ("LaTeX", lit "LaTeX")
|
||||
, ("bar", lit "|")
|
||||
, ("textless", lit "<")
|
||||
, ("textgreater", lit ">")
|
||||
|
||||
Reference in New Issue
Block a user