forked from brucemiller/LaTeXML
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Base primitive improvements (brucemiller#2369)
* Tweak fontname recognition for cmti (text italic) * Move initialization of UC/LC to State.pm * Move a couple of helpers from plain to TeX_Math * Various tweaks & new defns: \nonscript, fix \delcode, \mathbin etal get Digested arg, \fam should change fonts, more robust \eqno * Define an expanded general text parameter type (XGeneralText) that expands \the-like; use it for \write, \special; improve test case * autoopened nodes can be autoclosed * DefMath can coerce more symbols to simpler primitives (rather than constructors) * Better math char decoding * Make \mathopen, etc digest the argument (but something odd with \mathop) * Improved \left,\right handling to deal with \delimiter and others; New TeXDelimiter parameter type; Delimiter data is now keyed to the unicode; tends to more consistently preserve the various token attributes (name, stretchy, etc) * Update test cases for more consistently preserved (though dubious) name attribute * Add left/right \delimiter test * TeXDelimiter parameter type reverts w/o braces * Autoopened text nodes can autoclose, but not necessarily others
- Loading branch information
1 parent
4cd73e7
commit 1438332
Showing
18 changed files
with
265 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.