Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wookayin/alfred-latex-symbols-workflow
:mag_right: Alfred 3-4 workflow to search for latex symbol commands
https://github.com/wookayin/alfred-latex-symbols-workflow
alfred alfred-workflow latex latex-symbols workflow
Last synced: 24 days ago
JSON representation
:mag_right: Alfred 3-4 workflow to search for latex symbol commands
- Host: GitHub
- URL: https://github.com/wookayin/alfred-latex-symbols-workflow
- Owner: wookayin
- License: mit
- Created: 2015-03-17T15:33:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-02T20:01:21.000Z (over 2 years ago)
- Last Synced: 2024-09-28T22:04:49.512Z (about 1 month ago)
- Topics: alfred, alfred-workflow, latex, latex-symbols, workflow
- Language: Ruby
- Homepage:
- Size: 1.38 MB
- Stars: 45
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- alfred-workflows - LaTeX Symbols - Find LaTeX commands for symbols. (Writing)
README
Alfred LaTeX Symbols Workflow
=============================Find LaTeX commands for symbols with Alfred.
![LaTeX Symbols](https://raw.github.com/wookayin/alfred-latex-symbols-workflow/master/screenshots/search.png)
## Usage
In Alfred:
```
tex
```## Install
```
npm install --global alfred-latex-symbols
```Requires Node.js 14.0+ (ESM).
### Development
If you check out the working copy (e.g., git clone) of the workflow rather than installing via npm, you will need to generate icons.
```
# Make sure that you have LaTeX installed.gem install --user-install parallel
ruby generate_icons.rbnpm install
```## Credit
- The list of LaTeX symbols and ruby code for generating icons were brought from [kirel/detexify](https://github.com/kirel/detexify)
- The [alfy](https://github.com/sindresorhus/alfy/) framework## License
[The MIT License](LICENSE)