Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fed/math-rendering-examples
MathML and Latex Rendering Examples
https://github.com/fed/math-rendering-examples
latex mathjax mathml
Last synced: 13 days ago
JSON representation
MathML and Latex Rendering Examples
- Host: GitHub
- URL: https://github.com/fed/math-rendering-examples
- Owner: fed
- Created: 2019-06-05T03:28:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:26:09.000Z (about 2 years ago)
- Last Synced: 2025-01-09T03:41:59.170Z (23 days ago)
- Topics: latex, mathjax, mathml
- Language: HTML
- Homepage:
- Size: 1.11 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Math Rendering Examples
## Prerequisites
- Node.js (https://nodejs.org/)
- Yarn (https://yarnpkg.com/)## Development Tasks
| Command | Description |
| -------------- | ------------------------------------------------------------ |
| `yarn install` | Fetch dependencies and build binaries for any of the modules |
| `yarn start` | Run the app with live reload on `http://localhost:1234` |
| `yarn build` | Generate an optimised, production-ready `dist` folder |