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.
* Fix mapping for ^,~ which should be accents * Correct more fontmap entries for ^ and ~ which are actually accents * Fix ^ and ~ in test cases * Patch up accents on i,j and dotless i,j * Careful about missing base letter in \accent; Careful to use pack (not chr) in lcToken,ucToken for 128--256 * Add math properties for &, small triangles * CharDef has optional encoding to use instead of current font/encoding; have \DeclareTextSymbol use specified encoding * If input is unicode, FontDecodeString should NOT use upper half of FontMaps but assume already Unicode * Watch for short FontMaps * Watch for comment tokens when parsing siunits * Try for more portable babel/frech test across various texlives * Fix typo in babel test setup * Fix confusion between inverted breve (U+0311) and double inverted breve (U+0361 for \t tie) and update tests * double inverted breve in OML encoding as well * Create a predicate defn->isCharDef for CharDefs * Improved \accent to accept <optional assignments> and propery recognize the <character>; enhance the test case
- Loading branch information
1 parent
f2b2a7e
commit 9ec6a41
Showing
28 changed files
with
291 additions
and
172 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
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.