All Projects → lunaroyster → Latex.guide

lunaroyster / Latex.guide

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Latex.guide

Java
All Algorithms implemented in Java
Stars: ✭ 42,893 (+35058.2%)
Mutual labels:  search, reference
Searcher
Searcher core
Stars: ✭ 121 (-0.82%)
Mutual labels:  search
Googleimageshell
Google image search extension for Windows Explorer.
Stars: ✭ 116 (-4.92%)
Mutual labels:  search
Jlatexmath Andriod
JLaTexMath for Android 完美支持、数学、物理、化学公式、汉字解析、图文混排、Mathml、LaTex
Stars: ✭ 118 (-3.28%)
Mutual labels:  latex
Instant Username Search
⚡ Instantly search for the availability of your username on more than 100 social media sites.
Stars: ✭ 118 (-3.28%)
Mutual labels:  search
Ext Solr
A TYPO3 extension that integrates the Apache Solr search server with TYPO3 CMS. dkd Internet Service GmbH is developing the extension. Community contributions are welcome. See CONTRIBUTING.md for details.
Stars: ✭ 118 (-3.28%)
Mutual labels:  search
Hypertag
Knowledge Management for Humans using Machine Learning & Tags
Stars: ✭ 116 (-4.92%)
Mutual labels:  search
Latexdoc
LaTeX document written by LaTeX, used for quick learning and inspecting
Stars: ✭ 122 (+0%)
Mutual labels:  latex
Awesome Beamers
beamer template collection
Stars: ✭ 121 (-0.82%)
Mutual labels:  latex
Distancepicker
Custom UIKit control to select a distance with a pan gesture, written in Swift
Stars: ✭ 118 (-3.28%)
Mutual labels:  search
Dfi
Peer-to-peer torrent indexing
Stars: ✭ 118 (-3.28%)
Mutual labels:  search
Haystack
🔍 Haystack is an open source NLP framework that leverages Transformer models. It enables developers to implement production-ready neural search, question answering, semantic document search and summarization for a wide range of applications.
Stars: ✭ 3,409 (+2694.26%)
Mutual labels:  search
Elassandra
Elassandra = Elasticsearch + Apache Cassandra
Stars: ✭ 1,610 (+1219.67%)
Mutual labels:  search
Cv resume
A latex cv/resume template.
Stars: ✭ 117 (-4.1%)
Mutual labels:  latex
Whoogle Search
A self-hosted, ad-free, privacy-respecting metasearch engine
Stars: ✭ 4,645 (+3707.38%)
Mutual labels:  search
Evernote Alfred
使用 Alfred 快速搜索印象笔记中的内容
Stars: ✭ 116 (-4.92%)
Mutual labels:  search
Regular
🔍The convenient paste of regular expression🔎
Stars: ✭ 118 (-3.28%)
Mutual labels:  search
Jstarcraft Example
基于JStarCraft RNS引擎,Spring Boot框架和公共数据集搭建的千人千面演示项目. 系统会根据用户的行为记录,自动调整用户的推荐内容和搜索内容.使用者可以通过该项目了解*推荐系统*与*搜索系统*的运作流程. 涵盖了个性化推荐与个性化搜索2个部分.
Stars: ✭ 119 (-2.46%)
Mutual labels:  search
Bsearchedit
EditText搜索结果下拉框、自动or回调模式、可diy、使用超简便 (EditText search results drop-down box, auto or callback mode, diy, easy to use)
Stars: ✭ 122 (+0%)
Mutual labels:  search
Gdscript Docs Maker
Create documentation and class references from your Godot GDScript code
Stars: ✭ 121 (-0.82%)
Mutual labels:  reference

LaTeX Search

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].