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

This is the version 2.6.2 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:

    http://projects.gnome.org/latexila


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

GLib >= 2.32
GTK+ >= 3.4.3
GtkSourceView >= 3.4.1
libgee
gettext
gsettings-desktop-schemas
enchant

And for building the sources:
Vala >= 0.17.3.1 (may be optional)
ITS Tool
yelp-tools

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

You also probably want to install Latexmk or Rubber. Latexmk is used by default
for compiling documents.


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
============

LaTeXila uses ITS Tool for translating XML files. This is used for the
documentation (in Mallard), the build tools and the templates.

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

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

If you want to help, see the "How Tos" section of this page:

    https://live.gnome.org/TranslationProject

For translating the letter template (which require to translate it in one big
block), there is a helper script in data/templates/tex2po.sh, so you can write
the letter in a .tex file, with syntaxic color, etc.
