unicode-tex-character-converter
TypeScript icon, indicating that this package has built-in type declarations

1.14.4 • Public • Published

Unicode TeX Character Converter for LaTeX/BibTeX

GitHub commit activity GitHub Actions Workflow Status NPM Version

This TypeScript library facilitates the conversion among Unicode characters, their codepoints, and corresponding LaTeX/BibTeX commands. For instance:

  • α -> U+03B1
  • α -> \textalpha
  • U+03B1 -> α
  • U+03B1 -> \textalpha.
  • \textalpha -> α
  • \textalpha -> U+03B1

Initially, this library was designed to assist with the conversion of content within BibTeX files. However, its utility extends to any scenario requiring conversion between Unicode and LaTeX/BibTeX Unicode character commands.

How to Contribute

Should you encounter any issues, missing or incorrect mappings, please file an issue and/or create a fork and submit a pull request via the GitHub repository.

Package Sidebar

Install

npm i unicode-tex-character-converter

Weekly Downloads

12

Version

1.14.4

License

Apache-2.0

Unpacked Size

1.07 MB

Total Files

55

Last publish

Collaborators

  • jmearman