{"id":18497982,"url":"https://github.com/pouyakary/numerax","last_synced_at":"2026-04-26T22:31:24.036Z","repository":{"id":82963728,"uuid":"73704398","full_name":"pouyakary/numeraX","owner":"pouyakary","description":"Compiler for generating mathematical TeX expressions from a simple user friendly math notation. Playground at http://numerax.toys.kary.us","archived":false,"fork":false,"pushed_at":"2016-12-18T05:09:22.000Z","size":92,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-29T13:53:40.185Z","etag":null,"topics":["compiler","compilers","kary-comments","kary-toys","latex","math-notation","mathjax","notation","source-to-source","tex"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pouyakary.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-14T12:53:46.000Z","updated_at":"2023-07-08T11:51:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3b9bac3-46d9-439d-8159-ccf6192bfafe","html_url":"https://github.com/pouyakary/numeraX","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pouyakary/numeraX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouyakary%2FnumeraX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouyakary%2FnumeraX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouyakary%2FnumeraX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouyakary%2FnumeraX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pouyakary","download_url":"https://codeload.github.com/pouyakary/numeraX/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouyakary%2FnumeraX/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32315711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T21:09:39.134Z","status":"ssl_error","status_checked_at":"2026-04-26T21:09:21.240Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compiler","compilers","kary-comments","kary-toys","latex","math-notation","mathjax","notation","source-to-source","tex"],"created_at":"2024-11-06T13:36:49.591Z","updated_at":"2026-04-26T22:31:24.006Z","avatar_url":"https://github.com/pouyakary.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# numeraX\nA compiler that compiles basic math notation to renderable TeX code. Just load up the file in your browser. (You first need to have [JSEP](http://jsep.from.so/))\n\nYou first need to download it.\n- You can download it from the releases\n- You can install it via `npm install numerax`\n\n```HTML\n\u003cscript src=\"/path/to/jsep.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"/path/to/numeraX.js\" \u003e\u003c/script\u003e\n```\n\nAnd then it's just very simple to use it:\n\n```JavaScript\n// compiles to: \"\\frac{2}{3} + 4\"\nconst awesomeTeX = numeraX.compile(\"2 / 3 + 4\");\n```\n\n## How to build?\nrun:\n```\n% npm run setup\n```\n\nthen you can go with\n```\n% tsc -w\n```\nTo have some fun in watch mode and when you were ready for the heavy use go with:\n```\n% num run build\n```\nto have it minified for you...\n\n\u003cbr /\u003e\n\u003ca href=\"http://www.karyfoundation.org/\"\u003e\n    \u003cimg src=\"http://www.karyfoundation.org/foundation/logo/github-full-horse.png\" width=\"250\"/\u003e\n\u003c/a\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpouyakary%2Fnumerax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpouyakary%2Fnumerax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpouyakary%2Fnumerax/lists"}