Added \int to characters handled as unicode in tex math.

Resolves Issue #177.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1628 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2009-11-28 03:22:14 +00:00
parent 6426664bcd
commit 1d440130c4

View file

@ -224,6 +224,7 @@ teXsymbols =
,("rceiling", "\x2309")
,("langle", "\x2329")
,("rangle", "\x232A")
,("int", "\8747")
,("{", "{")
,("}", "}")
,("[", "[")