You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: add math mode to formatter escape="latex-math" (#50398)
* ENH: add escape math mode with escape=latex-math
* ENH: add test for escape=latex-math
* change uuid string and revert the example for latex
* add one line to whatsnew
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v2.0.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -281,6 +281,7 @@ Other enhancements
281
281
- Added new argument ``engine`` to :func:`read_json` to support parsing JSON with pyarrow by specifying ``engine="pyarrow"`` (:issue:`48893`)
282
282
- Added support for SQLAlchemy 2.0 (:issue:`40686`)
283
283
- :class:`Index` set operations :meth:`Index.union`, :meth:`Index.intersection`, :meth:`Index.difference`, and :meth:`Index.symmetric_difference` now support ``sort=True``, which will always return a sorted result, unlike the default ``sort=None`` which does not sort in some cases (:issue:`25151`)
284
+
- Added new escape mode "latex-math" to avoid escaping "$" in formatter (:issue:`50040`)
0 commit comments