-
Notifications
You must be signed in to change notification settings - Fork 210
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
Feature: Adding LaTeX subexpressions into the tree #986
Conversation
I also note that the PR contains a number of odd commits from @dpvc . Maybe because I branched this off of the alpha release? |
I've made a new branch I suspect we will need to do the same for the explorer rewrite branch, since it has also merges 4.0.0-alpha (and the original SRE LaTeX branch), in order to get a clean PR onto the new SRE branch. |
Superseded by PR #1004 |
The PR computes and adds corresponding LaTeX commands to subexpressions in a
latex
attribute. This allows SRE to generate Euro Braille.latex
anditemLatex
inBaseItem
. The latter retains information on the current command or environment, the former can be overwritten when more of the actual LaTeX command is completed.Please note the following:
latex
attribute in place for the time being as this is what the current version of SRE expects. We can update that todata-mjx-latex
with the next version of SRE.