- Reduce the learning curve for LaTeX beginners
- Improve workflow while using LaTeX
The file containing LaTeX commands is located at src/Commands.js
Fields:
descriptions: How someone would search for the command. Example: 'square root'example: A typical use of the command, used to generate the LaTeX previewcommand: The command itself. This is copied.
To add a translation, see src/i18n
-
If you want to quickly test out a change, use the
Run on Repl.itbutton above. -
To install locally:
- Clone the repository
- Make sure you have node and npm installed. I recommend using nvm
- Run
npm installinside the repository. - Once that completes, run
npm run start. - The web app should be available at
localhost:3000
- Chinese Translation: @gzliyu