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
Attempt to fix mathtext spacing by preserving trailing spaces
- Modified process_text_segments to scan beyond len_trim for trailing spaces
- Prevents trailing spaces in mathtext elements from being dropped
- Partially addresses spacing issue in issue #1413
Note: Title still shows 'x² ande⁻ˣ/³' instead of 'x² and e⁻ˣ/³'
Further investigation needed in mathtext element splitting logic
0 commit comments