### Bug summary There should be a space on both sides of these operators. ### Code for reproduction ```python import matplotlib.pyplot as plt plt.text(.3, .2, r'$a\leq2$', size=40) plt.text(.3, .4, r'$a\leqslant2$', size=40) plt.text(.3, .6, r'$a\geqslant2$', size=40) plt.text(.3, .8, r'$a\eqslantgtr2$', size=40) plt.show() ``` ### Actual outcome  ### Expected outcome Spacing should be the same for all of these symbols. ### Additional information _No response_ ### Operating system Debian GNU/Linux 11 (bullseye) ### Matplotlib Version 3.5.0.dev7385+ge6bf91dcfd ### Matplotlib Backend TkAgg ### Python version Python 3.9.2 ### Jupyter version _No response_ ### Installation git checkout