Skip to content

mathjax-node v1.3.0

Compare
Choose a tag to compare
@pkra pkra released this 29 Dec 16:26
· 78 commits to master since this release
a30432f

This release introduces a new configuration option cjkCharWidth to control the width of CJK characters. It also improves the heuristics for calculating strings of "unknown" characters (i.e., Unicode points not covered by the fonts being used).

Features

  • improve full-width characters rendering and add new configuration option cjkCharWidth #358

Bug fixes

  • [package.json] fix versions of dependencies #365

Documentation

  • Document cjkCharWidth (defaults to 13); controls assumed width of CJK character. #358
  • Remove non-functional test files #369
  • Add node 8, 9 to Travis configuration #366