You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latex generation can get cluttered when you have to escape every backslash. Instead, we should use r'<content>' and rf'<content> for building latex strings.
The text was updated successfully, but these errors were encountered:
Latex generation can get cluttered when you have to escape every backslash. Instead, we should use
r'<content>'
andrf'<content>
for building latex strings.The text was updated successfully, but these errors were encountered: