Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomgray/latex-to-unicode-translator
3 Objective-C classes that can translate LaTeX-formatted text to Unicode
https://github.com/thomgray/latex-to-unicode-translator
Last synced: 9 days ago
JSON representation
3 Objective-C classes that can translate LaTeX-formatted text to Unicode
- Host: GitHub
- URL: https://github.com/thomgray/latex-to-unicode-translator
- Owner: thomgray
- Created: 2015-10-12T12:57:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-28T00:02:33.000Z (about 9 years ago)
- Last Synced: 2024-11-15T18:23:08.680Z (2 months ago)
- Language: Objective-C
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#LaTeX-to-Unicode-Translator
A number of Objective C classes that aim to translate between Unicode strings and TeX-Formatted strings. The principal translation methods are found the TeXTranslator class, containing only a few static methods. The other classes delegate the translation algorithm.