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 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

Re: [l2h] pstoimg defaults to SVG but doesn't support it

2024-09-04 Thread Daniel Gildea
Should be fixed in github now. Dan ___ latex2html mailing list latex2html@tug.org https://tug.org/mailman/listinfo/latex2html

Re: [l2h] iso_map()

2023-03-26 Thread Daniel Gildea
thanks for the report, I have updated this in github. > > I think the perl code of iso_map() in latex2html.pin may be fail: > > 10883 $enc =~ /^\&\#(\d{3});$/; > 10884 # numeric character references in html refer to unicode > 10885 # we need to convert this char to

Re: [l2h] subequations and pictures

2021-01-22 Thread Daniel Gildea
On Fri, January 22, 2021 at 10:24AM, Tomas Davidek wrote: > both the source code and log file are attached. Can you please help me in > figuring out what's going on? Your file works for me if I remove \usepackage[unicode]{hyperref} that should at least give you a temporary workaround.

[l2h] Broken references to {blue, green, ...}ball.svg in documentation

2020-03-08 Thread Daniel Gildea
The Makefile in docs specifies "-image_type png". It looks like the debian build script overrides this. Dan ___ latex2html mailing list latex2html@tug.org https://tug.org/mailman/listinfo/latex2html

Re: [l2h] displayed math in 2019 release not right?

2019-10-14 Thread Daniel Gildea
It may be that you are experiencing the following bug in firefox 69: https://bugzilla.mozilla.org/show_bug.cgi?id=1578631 If this is the case, one work-around would be to use the 2019 release of latex2html, which uses CSS to align images. ___ latex2html

[l2h] Bug scalebox and input

2019-09-22 Thread Daniel Gildea
I have committed a fix for this to github. Dan ___ latex2html mailing list latex2html@tug.org https://tug.org/mailman/listinfo/latex2html

[l2h] Bug conditions don't work

2019-09-22 Thread Daniel Gildea
latex2html doesn't implement all of tex, and it doesn't know about \ifdefined. It doesn't know in general whether a symbol is defined inside tex. ___ latex2html mailing list latex2html@tug.org https://tug.org/mailman/listinfo/latex2html

Re: [l2h] problems with verbatim environment, worse in 2019 version

2019-07-01 Thread Daniel Gildea
I was able to fix the problem with verbatim in a figure. The other problems with verbatim I don't know about. It's strange that svg isn't working for you. Do you have pdftocairo installed? Dan ___ latex2html mailing list latex2html@tug.org https://tug

[l2h] displayed math in 2019 release not right?

2019-06-24 Thread Daniel Gildea
>> displayed math >> comes out really big, and not centered. I've committed a fix to github. ___ latex2html mailing list latex2html@tug.org https://tug.org/mailman/listinfo/latex2html

[l2h] Using special characters

2019-06-09 Thread Daniel Gildea
I've committed a fix on github to make this work with the numeric character reference: \html{\begin{rawhtml}𝄐\end{rawhtml}} Even without updating, it should work to just include the unicode character directly in the .tex source. Dan ___ latex2html mail