mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
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
15 lines
380 B
YAML
15 lines
380 B
YAML
language: node_js
|
|
node_js:
|
|
- stable
|
|
sudo: required
|
|
services:
|
|
- docker
|
|
before_script:
|
|
- docker pull selenium/standalone-firefox:2.48.2
|
|
- docker pull selenium/standalone-chrome:2.48.2
|
|
- docker images --no-trunc
|
|
script:
|
|
- npm test
|
|
- git clone https://github.com/Khan/KaTeX-test-fonts test/screenshotter/unicode-fonts
|
|
- dockers/Screenshotter/screenshotter.sh --verify
|