Add latin-1 letters as math symbols (#796)

Additional work is required to render them using Computer Modern, currently we use the fallback font which is Times New Roman.
This commit is contained in:
Christian Abdelmassih
2017-08-19 19:29:35 +02:00
committed by Kevin Barabash
parent 2cd961dbe0
commit 81037e5d10
2 changed files with 5 additions and 2 deletions

View File

@@ -70,8 +70,8 @@ describe("unicode", function() {
expect('\\text{ÀàÇçÉéÏïÖöÛû}').toParse();
});
it("should not parse Latin-1 outside \\text{}", function() {
expect('ÀàÇçÉéÏïÖöÛû').toNotParse();
it("should parse Latin-1 outside \\text{}", function() {
expect('ÀàÇçÉéÏïÖöÛû').toParse();
});
it("should parse Cyrillic inside \\text{}", function() {