TO DO
=====

* Protect the name of the verbatim functions when using the pragma.

The pragma
  ##verbatim '#' = test
should become
  let __meltpp_verbatim_delimiter_0 = test
and this fresh name should be used instead.

* Find a Unicode lexer. Menhir? Ulex of Alain Frisch?

* itemize: newline after => latex error, par after => nothing (no par)

* Problem with make install who doesn't copy all files ?

* configure.ml should read Config

* Ocamlfind for install

* Default <# ... #> using texttt

* Really find out about the spaces at the beginning of lines in verbatim
mode, with or without Beamer

* Definitely get rid of textbf/mathbf and add "bf" (with a parameter, not like
the LaTeX \bf). The CMT mechanism should be able to handle this. Do the same
for it, sc, and so on.

* Better integration with Ocamlbuild. Maybe a symbolic link from _melt/toto to
the current directory, adding -I toto to the Ocamlbuild command?

* "display" command, replacing displaymath maybe, with options (center? ...)z

* \addvspace bug: LaTeX complains about "perhaps a missing \item"

* _ and ^ support?

* Better compilation of new lines: prevent the "no line to end" error

* Melt.Verbatim.trim_end and trim_begin

* Prettier LaTeX pretty-printing

* pseudocode: find a way to better handle spaces and indentation

* newtheorem and counters

* better array (without array_line?), tabular

* easier local "let"s

* colors: move Beamer.color outside and complete it
(see http://www.commentcamarche.net/contents/latex/latex-mise-en-forme.php3)

* check the hfill size; what is the difference with the hfill command?

* bug: {index rightarrow "<%R%>"} becomes $\rightarrow_$

* configuration: look in /usr/local too