Re: [l2h] calling latex2html with -dir . fails

2024-09-17 Thread Carsten Leonhardt
Daniel Gildea writes: >> With the patch applied, using "-rootdir ." displays an error: >> >> $ latex2html -rootdir . l2htest.tex >> [...] >> Error (Make_directory_absolute): chdir "" failed: No such file or directory >> at /usr/bin/latex2html line 1289. >> [...] > > That should be fixed now in

Re: [l2h] calling latex2html with -dir . fails

2024-09-17 Thread Daniel Gildea
> With the patch applied, using "-rootdir ." displays an error: > > $ latex2html -rootdir . l2htest.tex > [...] > Error (Make_directory_absolute): chdir "" failed: No such file or directory > at /usr/bin/latex2html line 1289. > [...] That should be fixed now in github. > The output with and wit

Re: [l2h] calling latex2html with -dir . fails

2024-09-16 Thread Carsten Leonhardt
Daniel Gildea writes: >> Calling with -dir . leads to errors instead of the expected run with the >> same result as not setting -dir at all. It is not so important, as it >> is always possible to avoid using -dir at all, but still. > > Should be fixed in github. Since "-dir ." does not create a

Re: [l2h] calling latex2html with -dir . fails

2024-09-16 Thread Daniel Gildea
> Calling with -dir . leads to errors instead of the expected run with the > same result as not setting -dir at all. It is not so important, as it > is always possible to avoid using -dir at all, but still. Should be fixed in github. Since "-dir ." does not create a subdirectory for the html fil

[l2h] calling latex2html with -dir . fails

2024-09-14 Thread Patrice Dumas
Hello, With the current latex2html in debian testing: $ latex2html -v This is LaTeX2HTML Version 2024 (Released January 1, 2024) Calling with -dir . leads to errors instead of the expected run with the same result as not setting -dir at all. It is not so important, as it is always possible to av