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:
parent
6426664bcd
commit
1d440130c4
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ teXsymbols =
|
|||
,("rceiling", "\x2309")
|
||||
,("langle", "\x2329")
|
||||
,("rangle", "\x232A")
|
||||
,("int", "\8747")
|
||||
,("{", "{")
|
||||
,("}", "}")
|
||||
,("[", "[")
|
||||
|
|
Loading…
Add table
Reference in a new issue