Below you will find pages that have the tag “latex2html”
How to fix "texexpand error: More than one input file specified" in latex2html
January 20, 2011
There's a bug that causes problems when running latex2html on files which have spaces in the path. The workaround is to either move things to folders with no spaces, or add appropriate symbolic links.
This error had me stumped in trying to process a latex file with latex2html:
texexpand: Error: More than one input file specified.
texexpand failed: No such file or directory
The fix is simple - make sure the path of the current directory does not have any spaces.
Installing latex2html under Win7 with cygwin
January 19, 2011
I got latex2html to install on the latest cygwin, however to get the configure to pass I had to alter the configure to recognize cygwin as a UNIX.
Using this patch I was able to properly configure and install latex2html under cygwin in Windows 7.