Skip to content

Holdlen2DH/latexila

 
 

Repository files navigation

General Information
===================

This is the version @PACKAGE_VERSION@ of LaTeXila.
LaTeXila is an Integrated LaTeX Environment for the GNOME desktop.

LaTeXila is released under the GNU General Public License (GPL) version 3 or
later, see the file "COPYING" for more information.

The web site:

    https://wiki.gnome.org/Apps/LaTeXila


Requirements
============

GLib >= @GLIB_REQUIRED_VERSION@
GTK+ >= @GTK_REQUIRED_VERSION@
GtkSourceView >= @GTKSOURCEVIEW_REQUIRED_VERSION@
gspell @GSPELL_REQUIRED_VERSION@
gee-0.8 >= @GEE_REQUIRED_VERSION@
gettext
gsettings-desktop-schemas
Latexmk >= 4.31 (optional, but strongly recommended)

And for building the sources:
Vala >= @VALA_REQUIRED_VERSION@ (may be optional)
yelp-tools

If you are installing LaTeXila from a tarball, you don't have to install Vala
because the C code is already generated.

Link to gspell:
https://wiki.gnome.org/Projects/gspell


Installation
============

From a tarball:
$ ./configure

From a git repository:
$ ./autogen.sh

Then build the sources:
$ make

And install everything:
[ Become root if necessary ]
$ make install

To uninstall:
$ make uninstall

See the file "INSTALL" for more details.


Where to report bugs
====================

Bugs should be reported on the GNOME bugzilla:

    https://bugzilla.gnome.org/browse.cgi?product=latexila


Translations
============

Here is a summary page about the translation status of LaTeXila:

    https://l10n.gnome.org/module/latexila/

If you want to help, see:

    https://wiki.gnome.org/TranslationProject

Packages

No packages published

Languages

  • Vala 50.2%
  • C 34.0%
  • HTML 14.6%
  • Other 1.2%