zzamboni.org
Ideally Blue

zzamboni.org
Ideally Blue

These are the things I have written about

latex2html

See all posts on posterous with this tag ยป
Jan 20 / 12:24am

How to fix "texexpand error: More than one input file specified" in latex2html

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.

Filed under  //  latex2html   tips  
Jan 19 / 3:28pm

Installing latex2html under Win7 with cygwin

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.

Filed under  //  cygwin   latex   latex2html   tips   windows