Skip to content

carlos157oliveira/Setzer

 
 

Repository files navigation

Setzer

Simple yet full-featured LaTeX editor for the GNU/Linux desktop, written in Python with Gtk.

Website: https://www.cvfosammmm.org/setzer/

Screenshot

Setzer is a LaTeX editor written in Python with Gtk. I'm happy if you give it a try and provide feedback via the issue tracker here on GitHub, be it about design, code architecture, bugs, feature requests, ... I try to respond to issues immediately.

Running Setzer with Gnome Builder

To run Setzer with Gnome Builder just click the "Clone.." button on the start screen, paste in the url (https://github.com/cvfosammmm/Setzer.git), click on "Clone" again, wait for it to download and hit the play button. It will build Setzer and its dependencies and then launch it.

Warning: Building Setzer this way may take a long time (~ 30 minutes on my laptop).

Running Setzer on Debian (probably Ubuntu, other Distributions too?)

This way is probably a bit faster and may save you some disk space. I develop Setzer on Debian and that's what I tested it with. On Debian derivatives (like Ubuntu) it should probably work the same. On distributions other than Debian and Debian derivatives it should work more or less the same. If you want to run Setzer from source on another distribution and don't know how please open an issue here on GitHub. I will then try to provide instructions for your system.

  1. Run the following command to install prerequisite Debian packages:
    apt-get install meson python3-gi gir1.2-gtk-3.0 gir1.2-gtksource-4 gir1.2-gspell-1 gir1.2-pango-1.0 gir1.2-poppler-0.18 gir1.2-webkit2-4.0 python3-xdg gettext xdg-utils

  2. Download und Unpack Setzer from GitHub

  3. cd to Setzer folder

  4. Run meson: meson builddir
    Note: Some distributions may not include systemwide installations of Python modules which aren't installed from distribution packages. In this case, you want to install Setzer in your home directory with meson builddir --prefix=~/.local.

  5. Install Setzer with: ninja install -C builddir
    Or run it locally: ./scripts/setzer.dev

Building your documents from within the app

To build your documents from within the app you have to install a LaTeX interpreter. For example if you want to build with XeLaTeX, on Debian this can be installed like so: apt-get install texlive-xetex

To specify a build command open the "Preferences" dialog and choose the command you want to use under "LaTeX Interpreter".

Getting in touch

Setzer development / discussion takes place on GitHub at https://github.com/cvfosammmm/setzer.

Acknowledgements

Setzer draws some inspiration from other LaTeX editors. For example the symbols in the sidebar are mostly the same as in Latexila, though I continue to change / reorganize them. The autocomplete suggestions are mostly the same as in Texmaker. I took some icons from Gnome Builder. Syntax highlighting schemes are based on the Tango scheme in GtkSourceView and the Gnome Builder Scheme.

License

Setzer is licensed under GPL version 3 or later. See the COPYING file for details.

About

LaTeX editor written in Python with Gtk

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 62.7%
  • Python 36.2%
  • CSS 0.6%
  • XSLT 0.3%
  • Meson 0.1%
  • Makefile 0.1%