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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -188,9 +188,9 @@
188
188
per :doc:`this example </gallery/misc/rasterization_demo>`.
189
189
190
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.
191
+
packages are loaded. Specifically, when using ``\mathbf{}`` on Greek letters,
192
+
the default computer modern font may not contain them, in which case such font
193
+
is not rendered. Is such scenarios, the ``lmodern`` package may be loaded.
194
194
195
195
* If you still need help, please see :ref:`reporting-problems`
0 commit comments