If you work with LaTeX, you know its difficult to memorize the names of all the symbols. Hieroglyphic allows you to search through over 1000 different LaTeX symbols by sketching. Once you found the desired symbol you can copy it to the clipboard by clicking on the entry. Hieroglyphic is based of detexify and is powered by a port of the detexify classifier.
- Over 1000 LaTeX symbols across multiple packages (same set as detexify)
- Completely offline
Contributors are expected to follow the GNOME Code of Conduct.
Any contributions you make are greatly appreciated. For major changes, please open an issue first to discuss what you would like to change.
To contribute:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'feat: add some AmazingFeature'
) - Push to the Branch (
git push origin feat/AmazingFeature
) - Open a Pull Request
This project uses conventional commits
Translations are a great way to contribute. This project uses the GNU gettext for translations. If you want to learn more, visit the translator section.
After finishing the translations, add the translated language code into the LINGUAS file. Then follow the above steps to create a pull request.
See this general guide for building the project using GNOME Builder.
A huge thanks to all the libraries used and all the FOSS apps for inspiration. Special thanks to
- TeX Match from which this was forked