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
Copy file name to clipboardExpand all lines: tutorials/text/pgf.py
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,11 @@
187
187
using either the ``rasterized=True`` keyword, or ``.set_rasterized(True)`` as
188
188
per :doc:`this example </gallery/misc/rasterization_demo>`.
189
189
190
+
* Various math font are compiled and rendered only if corresponding font
191
+
packages are loaded. The ``lmodern`` package is often required when using
192
+
math symbols. See `discussion <https://matrix.to/#/!BXmyZMTnRjWJldDRLV:gitter.im/$M7KxLQuyUosx2byFxIsKJE8QS_14NRiWqmmlb6nSIfE?via=gitter.im&via=matrix.org>`
193
+
for more details.
194
+
190
195
* If you still need help, please see :ref:`reporting-problems`
0 commit comments