latex symbols

  • Created by wookayin
  • πŸ—“ Last Updated: 02/05/22 20:01:21
  • 🌟 Stars on GitHub: 37
  • Love this? Consider supporting the creator by Starring or Sponsoring this on GitHub!
  • Get Source Code

From their README

Alfred LaTeX Symbols Workflow

Find LaTeX commands for symbols with Alfred.

LaTeX Symbols

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.rb

npm install

Credit

  • The list of LaTeX symbols and ruby code for generating icons were brought from kirel/detexify
  • The alfy framework

License

The MIT License