Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunaroyster/latex.guide
Quickly look up LaTeX symbols! https://latex.guide
https://github.com/lunaroyster/latex.guide
latex lookup reference search
Last synced: about 1 month ago
JSON representation
Quickly look up LaTeX symbols! https://latex.guide
- Host: GitHub
- URL: https://github.com/lunaroyster/latex.guide
- Owner: lunaroyster
- License: mit
- Created: 2019-09-13T01:31:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:20:44.000Z (almost 2 years ago)
- Last Synced: 2023-10-25T17:48:34.154Z (about 1 year ago)
- Topics: latex, lookup, reference, search
- Language: JavaScript
- Homepage: https://latex.guide
- Size: 1.56 MB
- Stars: 141
- Watchers: 7
- Forks: 20
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [LaTeX Search](https://github.com/lunaroyster/LaTeX-search/blob/master/README.md)
[![Run on Repl.it](https://repl.it/badge/github/lunaroyster/LaTeX-search)](https://repl.it/github/lunaroyster/LaTeX-search)
## 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](https://github.com/nvm-sh/nvm)
- Run `npm install` inside the repository.
- Once that completes, run `npm run start`.
- The web app should be available at `localhost:3000`## Credits
- Chinese Translation: [@gzliyu](https://github.com/gzliyu)