-
Notifications
You must be signed in to change notification settings - Fork 136
Use LaTeX fonts for math symbols in circuit diagrams #2327
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just left a couple of questions. It'd be nice to make use of that mathChars table you added to ensure consistency with the characters.
Also, there is a regex here that checks against a variety of possible bar and bracket character use. It looks like you added a new bar character that wasn't captured before. Could you add it to the regex? |
Circuit rendering now appears as per the below in VS Code (and have tested in JupyterLabs in both Safari and Edge browsers, and in light and dark themes).