This is an executabl file for Linux. Simply download to any convenient directory and use it. If you wish to install it for system use, you need root privileges to copy it to /usr/local/bin.
This is a zip file containing a single executable file (lexxia). Expand it in a convenient directory and, optionally, if you have root privileges, move or copy it to /usr/local/bin. It is then ready for use.
This is a zip file containing a single executable file (lexxia.exe). Expand it in a convenient directory and use it.
This is a standard Linux source package for Lexxia. To build an optimized executable, copy to a convenient folder and expand, then cd into the top-level directory (lexxia) and issue the following standard commands:
./configure make clean make CXXFLAGS=-O2 make install
(Note that the parameter in the second line is 'dashOh2', for level-2 optimisation.)
Lexxia is just one example of an application built on the Limpid system. To get started on your own application, look at the entry point in lexxia.cpp (or main.cpp in Win32). What you need to do is replace the LexxiaApp class with one of your own and pass to it any command-line parameters. Bear in mind that LexxiaApp is likely to be much more complicated than anything you might write, at least at first. If you want to start at a much lower level, just try the standard Hello World test, BUT remember that, to use any of the limpid utilities, you must enclose your code in a namespace limpid { ... }. Enjoy!
This is the same as the source for Linux, but with a single change. Go to the file definitions.h and uncomment line 21:
//#define _WINDOWS_ // uncomment this line if you are compiling for win32
A zip file containing Source Files and Stylesheets for Generating PDF Files. These include the source and style files for the PDF files at this site, which illustrate details of how to use Lexxia. There are also several book sources with matching stylesheet files. Try mixing and matching to get a feel for the control of layout and styling. Enjoy!
A zip file contaning style files to enhance your LaTeX distribution.