Parse.Latex. Developing this feature - parsing a LaTeX string for editing by MathKeyboardEngine - started after a question thread was opened by chengyi.Insertpreviously only accepted a singleTreeNode, but it can now handle anIEnumerable<TreeNode>too.
- Renamed static classes that hold an extension method - a double underscore is now used as a prefix to make sure that IntelliSense does not hint about using those classes when you want to type the name of a private field with a single underscore.
- Renamed
DeleteCurrenttoDeleteLeft.
DeleteRight.
- Fix only relevant if
LatexConfiguration'sActivePlaceholderColorandPassivePlaceholderColoris used: use{\color{my-color}x}instead of\color{my-color}{x}.
- First release.