>>>>> "David" == David L Johnson <[EMAIL PROTECTED]> writes:
David> I had mentioned earlier that a - in a filename was converted to
David> a _ in the output *.tex file. This apparently is still present
David> in 1.1.1, which creates a problem with html export, seeing as
David> how tth is looking for the filename with the original - in it,
David> but the latex file has the - replaced by a _. It seems to work
David> OK when there is no - in the filename, however.
There are two problems here:
1/ '-' is translated to '_' in .tex file. We still have to fix this
one
2/ In some places, we are looking at the wrong file names (and this is
triggered because many people seem to use '-' in file names). I just
fixed the problem with html export, but there are probably others.
So, please, when you get problems with filenames containing '-',
report them, so that they can be fixed.
JMarc