LaTeX reader: Support \TeX, \LaTeX.

This commit is contained in:
John MacFarlane
2012-02-05 08:50:25 -08:00
parent c54c3d50b0
commit bae3b49a5a
+2
View File
@@ -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 ">")