-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved support for sub-/superscript #669
Comments
|
Thanks, |
You are right Any suggestion/help on the rendering of sub/superscripts is welcome. An other difficulty is that it is not possible to change syntax highlighting based on configuration variable. This means that the user could not choose if he wants to keep the current rendering of sub/superscripts or to use the auctex style. |
Typing |
I will investigate this. Meanwhile, you can change the |
As a followup, I tried actually using |
You need to set |
Everything should be properly fixed now. To have intellisense automatically triggered inside snippets, set |
Description
It would be nice to have improved support for sub-/superscripts. Things I'm missing most from other editors like auctex:
{}
after typing^
/_
(and placing the cursor inside)_{}
,^{}
(e.g. usingvertical-align: sub/super
andfont-size: smaller
)Additional Information
Code Version 1.24.1
LaTeX Workshop Version 5.5.1
macOS
The text was updated successfully, but these errors were encountered: