Files
pandoc/test/command
John MacFarlane 0bbbdbcdb6 LaTeX reader/writer: change handling of math environments.
Certain environments in LaTeX will trigger math mode and can't
occur within math mode: e.g., `align` or `equation`.  Previously
we "downshifted" these, parsing an `align` environment as a
Math element with `aligned`, and an `equation` environment as a
regular display math element.  With this shift, we put these in
Math inlines but retain the original environments.

This works because:

1) texmath handles these environments just fine,
2) and so does MathJax;
3) when writing LaTeX we detect these environments in Math elements
   and emit them verbatim instead of putting them in `$..$` or
   `$$..$$`.

Closes #9711. Closes #9296.
2025-08-11 17:40:41 -07:00
..
2024-06-07 14:16:38 -07:00
2024-12-28 19:43:23 -08:00
2024-12-28 19:43:23 -08:00
2024-06-17 19:57:33 -07:00
2025-01-29 15:59:26 -06:00
2024-06-01 16:21:39 -07:00
2024-04-20 16:28:42 -07:00
2024-12-28 19:43:23 -08:00
2024-10-15 11:52:32 -07:00
2024-12-28 19:43:23 -08:00
2024-06-07 14:16:38 -07:00
2024-06-07 14:16:38 -07:00
2024-06-07 14:16:38 -07:00
2024-09-10 09:16:14 -07:00
2024-10-15 11:25:28 -07:00
2024-06-21 11:15:04 -07:00
2025-02-10 13:22:33 -08:00
2025-02-05 21:28:56 -08:00
2024-10-23 17:26:46 -07:00
2024-12-28 19:43:23 -08:00
2025-06-16 10:39:58 -07:00
2025-07-24 14:51:11 -07:00
2025-07-30 12:49:18 -07:00
2025-08-04 13:05:16 -07:00
2025-08-02 10:50:41 -07:00
2025-07-20 15:29:55 -07:00
2024-12-05 22:57:18 -08:00
2024-12-05 22:57:18 -08:00
2024-12-05 22:57:18 -08:00
2024-12-05 22:57:18 -08:00
2024-12-05 22:57:18 -08:00
2025-07-20 17:50:41 -07:00
2024-10-17 08:43:34 -07:00