aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-11-05 17:31:34 +0100
committerJohn MacFarlane <[email protected]>2025-11-05 17:31:34 +0100
commit940c22bc3125385e1185063940219b4f17a88d03 (patch)
treea3d5be551ed293600fe663afd956a54e77e0e3ae /src
parent573921cc19949862d8829536a9da232176106658 (diff)
LaTeX writer: Remove `split` from list of math environments.
This fixes #11274.
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Writers/LaTeX.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/LaTeX.hs b/src/Text/Pandoc/Writers/LaTeX.hs
index a0ecf687d..814aa80b9 100644
--- a/src/Text/Pandoc/Writers/LaTeX.hs
+++ b/src/Text/Pandoc/Writers/LaTeX.hs
@@ -1386,7 +1386,6 @@ isMathEnv t =
, "darray", "darray*"
, "gather", "gather*"
, "multline", "multline*"
- , "split"
, "subequations"
, "equation", "equation*"
, "eqnarray"