We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3832a4b commit 0564459Copy full SHA for 0564459
lib/matplotlib/texmanager.py
@@ -176,7 +176,8 @@ def _get_preamble(self):
176
self.get_custom_preamble(),
177
# Use `underscore` package to take care of underscores in text
178
r"\makeatletter"
179
- r"\@ifpackageloaded{underscore}{}{\usepackage[strings]{underscore}}"
+ r"\@ifpackageloaded{underscore}{}"
180
+ r"{\usepackage[strings]{underscore}}"
181
r"\makeatother",
182
# textcomp is loaded last (if not already loaded by the custom
183
# preamble) in order not to clash with custom packages (e.g.
0 commit comments