lunaroyster / latex.guide

Quickly look up LaTeX symbols! https://latex.guide

Home Page:https://latex.guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run on Repl.it

Goals:

  • Reduce the learning curve for LaTeX beginners
  • Improve workflow while using LaTeX

How to contribute:

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 preview
  • command: The command itself. This is copied.

To add a translation, see src/i18n

Setting up your dev environment.

  • If you want to quickly test out a change, use the Run on Repl.it button above.

  • To install locally:

    • Clone the repository
    • Make sure you have node and npm installed. I recommend using nvm
    • Run npm install inside the repository.
    • Once that completes, run npm run start.
    • The web app should be available at localhost:3000

Credits

About

Quickly look up LaTeX symbols! https://latex.guide

https://latex.guide

License:MIT License


Languages

Language:JavaScript 89.6%Language:SCSS 5.1%Language:HTML 4.4%Language:CSS 0.9%