From 1d440130c431405f7edbd7d8beae584101debbb6 Mon Sep 17 00:00:00 2001
From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>
Date: Sat, 28 Nov 2009 03:22:14 +0000
Subject: [PATCH] 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
---
 src/Text/Pandoc/Readers/TeXMath.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Text/Pandoc/Readers/TeXMath.hs b/src/Text/Pandoc/Readers/TeXMath.hs
index 2f35910ce..18790d03a 100644
--- a/src/Text/Pandoc/Readers/TeXMath.hs
+++ b/src/Text/Pandoc/Readers/TeXMath.hs
@@ -224,6 +224,7 @@ teXsymbols =
  ,("rceiling", "\x2309")
  ,("langle", "\x2329")
  ,("rangle", "\x232A")
+ ,("int", "\8747")
  ,("{", "{")
  ,("}", "}")
  ,("[", "[")