Gummi LaTex Editor
This is a fork of the Gummi LaTex Editor, ported to GTK3 with a lot of bugs fixed.
For the GTK2 version from the official project, please visit http://gummi.midnightcoding.org/
Installation
- Ubuntu PPA: includes two package
gummi-gtk3
andgummi-gtk3-notex
(without texlive dependency):
$ sudo add-apt-repository ppa:gummi/gummi
$ sudo apt-get update
$ sudo apt-get install gummi-gtk3 # or gummi-gtk3-notex
- Arch Linux users can find it on AUR or using Yaourt:
$ yaourt -S gummi-gtk3-git
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request