8000 Merge pull request #19003 from anntzer/noum · matplotlib/matplotlib@2303c2b · GitHub
[go: up one dir, main page]

Skip to content

Commit 2303c2b

Browse files
authored
Merge pull request #19003 from anntzer/noum
Remove reference to unicode-math in pgf preamble.
2 parents da66560 + 6bfde8d commit 2303c2b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/backends/backend_pgf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -792,9 +792,6 @@ def _print_pgf_to_fh(self, fh, *, bbox_inches_restore=None):
792792
%% Make sure the required packages are loaded in your preamble
793793
%% \\usepackage{pgf}
794794
%%
795-
%% and on luatex and xetex
796-
%% \\usepackage{unicode-math}
797-
%%
798795
%% Figures using additional raster images can only be included by \\input if
799796
%% they are in the same directory as the main LaTeX file. For loading figures
800797
%% from other directories you can use the `import` package

0 commit comments

Comments
 (0)
0