Code

Initial commit.
authorSebastian Harl <sh@tokkee.org>
Sun, 13 Jun 2010 20:42:14 +0000 (22:42 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 13 Jun 2010 20:42:14 +0000 (22:42 +0200)
commit1ee7560753cd0e1c3b3f0ff1f27fbe539a37e726
tree47fb40e3458f02d6452a0f9870b6d0bb49333307
Initial commit.

So far, the tool is able to parse most (all but tables) of the Linux-Magazin
markup language and output an appropriate LaTeX file.
14 files changed:
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
README [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/l2l.c [new file with mode: 0644]
src/l2l.h [new file with mode: 0644]
src/l2l_features.h.in [new file with mode: 0644]
src/l2l_scanner.l [new file with mode: 0644]
src/lm2latex.c [new file with mode: 0644]
version-gen.sh [new file with mode: 0755]