> 1) I think there is a bug in Tex4ht (perhaps in the Dos’port), because
> it doesn’t find the .tfm files when they are in different directories
> (with the ! at the end of the "tc:d:\share\texmf\fonts\tfm!"). I am
> obliged to put all the files in a common directory.
The directory search has been disabled for the DOS port with
the following code.
#define DOS
#define NOSUBDIR
#endif
I’m not sure the decision to disable recursive searches was a good one,
and I’ll probably reinstate recursive searches in the next version.
If you compiled the source code, instead of downloading an executable
application, try recompiling the source, after removing the above
segment of code.