Skip to content

Commit 2b96795

Browse files
authored
Merge pull request matplotlib#23677 from QuLogic/pgf-article
2 parents 04d4ace + 6fd8684 commit 2b96795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/testing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def _check_for_pgf(texsystem):
9191
with TemporaryDirectory() as tmpdir:
9292
tex_path = Path(tmpdir, "test.tex")
9393
tex_path.write_text(r"""
94-
\documentclass{minimal}
94+
\documentclass{article}
9595
\usepackage{pgf}
9696
\begin{document}
9797
\typeout{pgfversion=\pgfversion}

0 commit comments

Comments
 (0)