8000
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 5ca4453 commit 8d19dbfCopy full SHA for 8d19dbf
lib/matplotlib/mathtext.py
@@ -2259,10 +2259,10 @@ def __init__(self):
2259
| Error("Expected \operatorname{value}"))
2260
)
2261
2262
- placeable << ( symbol # Must be first
+ placeable << ( accent # Must be first
5BAD
2263
+ | symbol # Must be second
2264
| c_over_c
2265
| function
- | accent
2266
| group
2267
| frac
2268
| stackrel
0 commit comments