logo

www.fuerst.priv.at

logo_inv

Patches

All patches on this page were created against "latex2html-2002-2-1".

Patch 1: title-patch

While working with latex2html during a project, I had trouble because of an error, I created by specifying a custom top_page_title (-t|-title):

Error (Link): Link "docu-html.html" to "index.html" failed: No such file or directory
 at /usr/local/bin/latex2html line 870

I created a patch for this situation and you can download it. This patch is released under GPL and by using it you agree to the GPL.

If you have "latex2html" and "title_patch" in the same directory, you can apply the patch with:

patch -p1 < title_patch

Patch 2: title-clash-patch

I found another problem in latex2html: If you use -long_titles and have 2 sections with the same name, only one html-file will exist, the content of the second is lost. To make the situation even more confusing, the content of the last file is combined with the navigation of the first occurence.

I created also a patch for this, but this is not a perfect solution: latex2html now simply remembers all used filenames and in case of a clash, the filename is appended an underscore and a number. The length of the filename is increased, no matter which maximum length is defined! If you patch this patch to solve this issue, feel free to contact me, I'll put it here in this case!

This patch already includes the title_patch from above and is not available seperately. If you really need this patch on it's own, feel free to contact me and if you explain me why, I'll create a seperate patch. This patch is released under GPL and by using it you agree to the GPL.

If you have "latex2html" and "title_patch" in the same directory, you can apply the patch with:

patch -p1 < title_clash_patch
© Armin Fürst - armin(at)fuerst(punkt)priv(punkt)at - Disclaimer/Haftungsausschluss