lm2latex ======== lm2latex (Linux-Magazin to LaTeX) converts a text file formatted using the "Linux Magazin" markup to a LaTeX file. This is free and open source software, licensed under the 2-clause BSD license. See COPYING for details. Prerequisites ------------- To compile the lm2latex package from source you need: * A build environment: autotools, libtool, C compiler, ... * A POSIX + Single UNIX Specification compatible C library. * The lexical analyzer generator "flex". Configuring / Compiling / Installing ------------------------------------ To configure, build and install lm2latex with the default settings, run `./configure && make && make install'. For detailed, generic instructions see INSTALL. For a complete list of configure options and their description, run `./configure --help'. By default, lm2latex will be installed into `/opt/lm2latex'. You can adjust this setting by specifying the `--prefix' configure option - see INSTALL for details. If you pass DESTDIR= to `make install', will be prefixed to all installation directories. This might be useful when creating packages for lm2latex. Author ------ Sebastian "tokkee" Harl