Text hyphenation in Javascript.
Parser to convert mhchem syntax to LaTeX syntax, for downstream inclusion in MathJax, KaTeX and similar projects.
TypeScript definitions for hyphen
A micro utility to hyphenize strings
tex plugin for MarkdownIt
React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)
Display math in TeX with KaTeX and ReactJS
Text hyphenation in Javascript. - Fork with improved icelandic hyphenation based on https://repository.clarin.is/repository/xmlui/handle/20.500.12537/86
API and CLI for compressing images using the ASTC, ETC, ETC2, BCn (DXTn) and BASIS texture compression standard.
Generate a unique filename for use in temporary directories or caches.
Compressing images using the BC1 (DXT1), BC2 (DXT3), BC3 (DXT5), BC4, BC5 & BC7 texture compression standard.
Free texture packer core
Compressing images using the ETC & ETC2 texture compression standard.
Compressing images using the Basis Universal Supercompressed GPU Texture Codec.
Compressing images using the ASTC texture compression standard.
An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing

[](https://npmjs.org/package/react-hyphen) [](https://circleci.com/gh/sergeysolovev/react-hyphen)
Free texture packer CLI
Translate tex math code to typst
BibTeX parser
Strict TypeScript and Flow types for style based on MDN data
Export from MyST mdast to latex
Tools for manipulating unified-latex ASTs
Hyphenates a word according to a TeX pattern file.
Text::Hyphen is a Ruby library to hyphenate words in various languages using Ruby-fied versions of TeX hyphenation patterns. It will properly hyphenate various words according to the rules of the language the word is written in. The algorithm is based on that of the TeX typesetting system by Donald E. Knuth. This is originally based on the Perl implementation of [TeX::Hyphen][] and the [Ruby port][]. The language hyphenation pattern files are based on the sources available from [CTAN][] as of 2004.12.19 and have been manually translated by Austin Ziegler. This is a small feature release adding Russian language support and fixing a bug in the custom hyphen support introduced last version. This release provides both Ruby 1.8.7 and Ruby 1.9.2 support (but please read below). In short, Ruby 1.8 support is deprecated and I will not be providing any bug fixes related to Ruby 1.8. New features will be developed and tested against Ruby 1.9 only.
Text::Format is provides the ability to nicely format fixed-width text with knowledge of the writeable space (number of columns), margins, and indentation settings. Text::Format can work with either TeX::Hyphen or Text::Hyphen to hyphenate words when formatting.