aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Writers
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-07-29 20:45:49 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-07-29 20:45:49 -0700
commit8c2ed54e2e6819aee2bb4b948102fbab8f920d86 (patch)
treee0caedc3e308e465371f03cb64091b986180c9cc /tests/Tests/Writers
parent8d4eebaff42cfe474042a7dafaa86950640b9e82 (diff)
downloadpandoc-8c2ed54e2e6819aee2bb4b948102fbab8f920d86.tar.gz
LaTeX writer: use \(..\) instead of $..$ for inline math.
Closes #1464.
Diffstat (limited to 'tests/Tests/Writers')
-rw-r--r--tests/Tests/Writers/LaTeX.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Tests/Writers/LaTeX.hs b/tests/Tests/Writers/LaTeX.hs
index c32ded36d..8ce73c099 100644
--- a/tests/Tests/Writers/LaTeX.hs
+++ b/tests/Tests/Writers/LaTeX.hs
@@ -46,7 +46,7 @@ tests = [ testGroup "code blocks"
]
, testGroup "math"
[ "escape |" =: para (math "\\sigma|_{\\{x\\}}") =?>
- "$\\sigma|_{\\{x\\}}$"
+ "\\(\\sigma|_{\\{x\\}}\\)"
]
, testGroup "headers"
[ "unnumbered header" =: