Add support for Latin-1, Cyrillic, and CJK characters inside \text{} (#508)

Summary:
This diff provides support for Latin-1, Cyrillic, and CJK characters
inside \text{} groups.  For Latin-1 and Cyrillic characters we use
glyph metrics from a glyph from Basic Latin that has roughly the same
bounding box.  We use the metrics for a capital 'M' to approximate the
full-width CJK characters.  Half-width characters are not supported yet.

Test Plan:
- make test
- make screenshots

Reviewers: emily
This commit is contained in:
Kevin Barabash
2016-08-01 17:51:40 -07:00
committed by GitHub
parent 92bbbffbc8
commit ec62ec39d8
15 changed files with 348 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
}
.katex {
font: normal 1.21em KaTeX_Main;
font: normal 1.21em KaTeX_Main, Times New Roman, serif;
line-height: 1.2;
white-space: nowrap;