Matplotlib - Export and Publication Quality
Find the issue in this code:
import matplotlib.pyplot as plt
plt.rcParams['text.usetex'] = True
plt.xlabel('$\alpha + \beta')
plt.show()