We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d49b51 commit f305f5fCopy full SHA for f305f5f
1 file changed
lib/matplotlib/backends/backend_pgf.py
@@ -48,6 +48,9 @@ def _get_preamble():
48
# Use displaystyle for all math.
49
r"\everymath=\expandafter{\the\everymath\displaystyle}",
50
# Set up font sizes to match font.size setting.
51
+ # If present, use the KOMA package scrextend to adjust the standard
52
+ # LaTeX font commands (\tiny, ..., \normalsize, ..., \Huge) accordingly.
53
+ # Otherwise, only set \normalsize, manually.
54
r"\IfFileExists{scrextend.sty}{",
55
r" \usepackage[fontsize=%fpt]{scrextend}" % font_size_pt,
56
r"}{",
0 commit comments