With PR #12674, we now get preambles like: ``` \ u s e p a c k a g e ... ``` because `rcParams['text.latex.preamble']` is now a single string, which gets joined with `"\n"` in texmanager.py.