Tsc, Tsc... Almost three months from the last version, what a shame!
But the new features will worth the delay.
The most important improvement is my new %!cmdline setting. Using
it you can define default options for each document, and when
converting, you can call me with no options at all! Example: You place
a "%!cmdline: -t html --toc" line on your source document, then you
can convert it with the simple "txt2tags file.t2t" command.
There is also a new --outfile option (-o for short) to set the
output filename. If you specify "-o -", you get the same behavior
of the old --stdout option (which is now deprecated).
Talking about options, there are the new short -H and -n for the
existing --noheaders and --enumtitle options. A nice quick
example:
txt2tags-v1.4 -t html --enumtitle --stdout file.t2t > new.html
txt2tags-v1.5 -t html -n -o new.html file.t2t
Ah! LaTeX target now supports images :)